I need help to create a group for email on my iPhone (4 people) 6 (IOS 9

I'm trying to set up a group to receive a daily Email from me.

I can't find a way to actually make a group on the 6 m iPhone mail app.

Any help would be appreciated.

Try the steps here:

iCloud: create a group and add contacts

Tags: iPhone

Similar Questions

  • I need help to create a mask for a paint to put on a t-shirt.

    mockup.jpg

    Right now I use my paintings on t-shirts, but they are square or rectangular images (like the one pictured to the left). When printing on t-shirts, it seems unprofessional.

    I would like to use a mask in Photoshop Elements to have the edges of the erasure of the paint in the color of the t-shirt but not smooth (as pictured to the right). It will disappear in a transparent background with a PNG file for the t-shirt to work in various colors.

    I would use a mask that looks like a little grunge on the edges, sort of a fuzzy look uneven or similar projections as it fades to transparent edges.

    Is there anyone who knows how can I use a mask in Photoshop Elements to achieve this. I tried several tutorials, but I think that they are based on the full version of Photoshop than Photoshop Elements, because some menu choices for masks do not appear in the items when I try to follow the directions.

    I can create my own grunge template, but I have no idea how to make a mask and then apply the mask to the image before using it as a t-shirt. I do not feel myself, all I need is the PNG file with transparency on the edges to blend into the color of the t-shirt.

    I have attached a model of what I'm trying to do.

    I use Photoshop elements 11.

    Help, please! Thank you.

    hobbiecat wrote:

    I would like to know how to save the border as a model for other photos if you have the time to explain.

    The model will be a fixed size, so it can only be used on photos of the same size.

    For some reason any grunge tutorial framework link now goes to www.2020media.com, and I do not remember what was the last option.  In any case, I suppose you have something like that.  I created the image on a black canvas by as stated in my previous post.

    1. Ctrl-click on the mask to select the black part (or the portion of the picture if you created the image directly on the image).

    2. invert the selection so that the transparent border is now selected:

    3 copy the selection to the Clipboard (edition > copy).

    4. file > new from the Clipboard.  This creates the black border on transparent background.

    5. save the file as a psd or png. This is the model.

    To add the template to a photo:

    1. open the template file.

    2. Select > all (or Ctrl-A).  Copy the selection to the Clipboard (edition > copy).

    3. open the photo file and rename it to background layer.

    4. Paste from the Clipboard (Edition > paste). You now have this:

    5 Ctrl-click on the border layer to select the border.

    6 activate the image layer and delete the selection:

    8 remove the border layer.

    9. save the image as a png image.

  • I need help to create a pilot for the Minolta CS and LS-100

    I'm doing a vi to communicate with a Minolta LS/CS-100 meters.  I need a LabView driver for them.  I have attached a few support files.  Can someone help me get a driver to perform simple measures?

    Hi Jallen,

    To do this, you need to make calls to DLLS in LabVIEW.  I have attached a document that will help you to start with the creation of your DLL calls.  This will allow you to communicate with your camera.

    http://digital.NI.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33

    Kind regards

    Marcus

  • Need help to create a Script for the labelling of Finder of Indesign files

    Try to find a way to have a script run in InDesign CS4, who tagged a RED text file once it's been imported into InDesign.

    Import multiple text files in an InDesign template. Since there are several text files in the same folder, it must somehow 'delineate' that we have imported this file and move to the next import. I created a 'service' with a keyboard shortcut Automator to label the Red file in the finder, but it would be great if we could have this occurs automatically after we imported in InDesign.

    If import us the text wrong by accident and it gets missed in fermentation, it costs us a lot of money with the printer.

    Thanks for all the ideas.

    Jim

    At its heart, it's what you want to do.

    tell application "Adobe InDesign CS4"
         set placeFile to choose file
         tell active document
              tell selection
                   --Assumes you have preselected the picture or textbox to place file in
                   place placeFile
              end tell
         end tell
    end tell
    tell application "Finder"
         set label index of placeFile to 2
    end tell
    

    You can expand on it pretty easily. The script for InDesign dictionary must be in the Library palette in the Applescript editor and the docs for Applescript are all online.

    If you need further assistance, you may wish to ask someone to write a complete script for you to spec for real moneyz.

    Best o ' luck!

    Eric.

  • Need help to create a custom for a simple calculation script

    I'm looking for a script that will allow me to take the average of several cells, but if the cell is empty, so that it can be ignored.

    For example, if I have five cells, and all five have numbers in them, I need the total divided by 5.

    But if I have five cells, and four only is filled with numbers, then I want that it just be an average of 4.

    I think I have explained well enough, but I would like to know if you have any other questions or need more information.

    Cell 1 Cell 2 Cell 3 Cell 4 Cell 5 Average
    55347(5 + 5 + 3 + 4 + 7) / 5 = avg
    5347(5 + 3 + 4 + 7) / 4 = avg

    I don't want empty cells is calculated in (I don't want a zero on average), but I need a script that I can apply to several rows as above.

    As the custom calculation script 'Dor 1', enter:

    calcAverage (["1-1", "1-3", "1-5", "1-7", "1-9"]);

  • Hi, I recently bought numbers in order to create a commercial newspaper. I'm the pen and paper. I need help to create a formula. A purchase column determines if the entry price column is subtracted from the price of output column or output subtracted

    Hi, I recently bought numbers in order to create a commercial newspaper. I'm the pen and paper. I need help to create a formula. A purchase column; Determines if the entry price column is subtracted from the price of output column (buy) or subtracted from (Sell) entry exit. Thank you for your help

    Hi B',.

    Buying and selling in column B

    Price of entry in column c.

    Exit in column D price

    Formula (and outcome) in column E

    If the column will B always contained 'Buy' or 'Sell', it works. It is default to a calculation of 'sell' if sale or has been specified.

    E2: = IF (B = "Buy", D - C, C - D)

    If you want to delay the calculation until the amounts entered in C and D, use this version:

    E2: = IF (OR (LEN (C) < 1, LEN (D) < 1,"", IF (B = "Buy", D - C, C - D) ")

    If you want to delay the calculation until all three ducks are on a line (B contains buy or sell, C and D contain both data), use this version:

    E2: = IF (OR (LEN (C) < 1, LEN (D) < 1,"", IF (B = "Buy", D - C, IF(B="Sell",C-D,) "" ")))

    Third version used in this table.

    Kind regards

    Barry

  • Hello all, I need help with creating a dynamic region in jdeveloper 11.1.2.3 version

    . Hello everyone, I need help with creating a dynamic region in jdeveloper 11.1.2.3 version

    What JDK you are using?

    You are probably using an old version of the JDK, that class while compiled under JDK 1.7.0

    http://java67.blogspot.com/2012/10/how-to-fix-javalangunsupportedclassversionerror-major-minor-version-49-50-51.html

    For example, work with the correct version, and it will be fine...

  • Need help to create a count up animation

    Hello. I'm new (ish) FlashCS6 and need help to create a timing of the animation. I'm fine with a general flash animation, but have never really used action script, are not my hand holding a little. any help would be great.

    Basically, I have 12 scenes someone is going through their daily lives by buying items and at the end of each scene I have a small graph of cash that opens - I need then of numbers to animate quickly count for example, from £ 0 to £369 for a few seconds.

    Thanks in advance

    Chris

    The toFixed() method should do what you need.  By my previous code example...

    cashGraphic.cashDisplay.text = ' £' + cashValue.toFixed (2);

    The toFixed method returns a string value, so you don't have to cast one in coding as I showed earlier.

  • I need help on creating reports on the intranet.

    I need help on creating reports on the intranet.
    My level: Beginner cf.
    Y at - it a book for report design? And structures for reports?
    ------------------------------------------------requirements
    my form needs one

    · Date of the box you want. (from and to).
    · Option button to choose the csv and html
    · Run and throw out the results in a tabular format. (grids, cell)


    How many cfm pages do need me for this? E.g. display, action.
    What called what?
    What else do I need?

    I suggest that you put your project on hold for a little everything and get and read the chapters appropriate Web Application Construction Kit of Ben Forta. You can learn more about it here - http://www.forta.com/books/0321223675/. Once you have the concepts down, you will have a much more concentrated idea on what to do.

  • I need help to install adobe flash for my G5 mac

    I need help to install adobe flash for my MAC OS X 10.4.11, I visited site and its telling me to upgrade my adobe flash, I really need help.

    Flash Player should be installed ONLY from the Adobe Web site.

    Here you can check which version of Flash player you have actually installed: http://kb2.adobe.com/cps/155/tn_15507.html

    You can check here: http://www.adobe.com/products/flash/about/ to see what version you need to install to your Mac and OS. You must first uninstall any old version of Flash Player using uninstaller from here (make sure you use the right pair!):

    http://kb2.Adobe.com/CPS/909/cpsid_90906.html

    and also that you follow the instructions carefully, as all applications (including Safari) closed first before installing. It is strongly recommended that you perform a permissions repair after installing anything from Adobe.

    After installation, restart your Mac and restart Safari, then in Safari/security preferences enable "enable Plugins".

  • URGENT! need help DRIVER HP Pavilion P6230L for Windows XP Pro

    Dear helpdesk,

    URGENT! need help DRIVER HP Pavilion P6230L for Windows XP Pro...

    Send me the link for the driver or compatible.

    or email to: [email removed for privacy]

    Kind regards

    MRZ

    Message edited by SandyD on 25/11/2009 14:01

    Thank you

    but I can't download link for LAN

    FTP://ftp.HP.com/pub/softlib/software10/COL30407/PV-75371-1/sp44423.exe is not available.

    and I need driver motherboard chipset

    Help me.

    MRZ

  • I need help to create actions.

    I need help to create actions.

    Hi andrewr,.

    Here are the tutorials that you can use to create actions:

    Record steps in Photoshop | Adobe Photoshop CC tutorials

    Create actions in Adobe Photoshop

    Kind regards

    Claes

  • I need help, downloaded adobe flash player for windows 7

    I need help, downloaded adobe flash player for firefox windows 7. I download, I click Run and there is just a small black screen that says on the top of the page install adobe flash player but nothing happens after that. This small screen stays like that for hours maybe days. I tried troubleshooting but nothing seems to work. What can I do? How can I get the installation of the program?

    Use the installation offline programs:

    [topic moved to the forum of Flash Player]

  • Need help to create a workspace to keep my guides and leaders to a predefined dimension.

    Need help to create a workspace to keep my guides and leaders to a predefined dimension?

    Might be interesting to set up an action to do this.

    The next time that you create your folder of the workspace, an action, then you have this will define and at a click of a button you will have the same workspace each time.

  • I need help to create an e-newsletter

    I learned, I can create an e-newsletter with graphics and a header using Adobe Dreamweaver, but I have no idea where to start. It will be impossible for a person with few computer skills (someone like me)?

    I use Dreamweaver CS4.

    Thanks for any help.

    [Thread moved to general Discussion Dreamweaver forum]

    Do you mean by "a few computer skills" you have no knowledge of web design, then you will not be able to create a newsletter with Dreamweaver. Dreamweaver is a professional tool for web site designers or other people at least the basics of html and css.

    If you have some basics of html and css, or are willing to learn (there are plenty of tutorials online), you can use DW to help you create the room of email marketing. Here are some links that will give you some information about creating email marketing documents:

    SitePoint has some good information on their website:

    http://www.SitePoint.com/article/code-HTML-email-newsletters/

    http://www.SitePoint.com/article/designers-guide-HTML-email/

    http://www.SitePoint.com/article/principles-beautiful-HTML-email/

    Chimp Mail is also another site with some great help, including html email templates free and a free guide in pdf:

    Design beautiful Emails

    Html email resources

Maybe you are looking for