Default email for each contact when emailing to a group?

Hi
When I use Mail.app's shortcut for sending email to a group, I don't seem to have control over which of several emails (work, home, etc.) that exists is being used for each contact.
I want to specify a default email for each contact so that I don't have to manually adjust each contact.
Is there any way to do this?
Thanks!

Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

Similar Messages

  • How do I change the default setting for font size when emailing?

    I have Firefox 3.6.13. The default now is 10 and I'd like it 12.

    Firefox has no email features, it is just a web browser. Any email settings will be part of the email service that you are using, you will need to contact the support for the email service to see how to change the default font size in emails.

  • How can I change the default number for a contact when using Siri

    My husband has one mobile for work, one for home, both are in my favorites. When i'd ask Siri to dial his number, it would always ask me which one to use. Recently when calling him Siri asked if I would like to use his work number as the default and I mistakenly agreed. Now Siri never asks which number to dial and always dials the work number. How can I change that? I would like to make the default the home number.

    Thanks all for your responses.
    I tried to "order" Siri to change my husband's default number and whatever syntax I used for my request Siri responded with a web search on how to set favorites.
    So I ended up deleting the work number from my husband's contact information and I used Siri to call him a couple of times. After 24 hours (random time frame) I added his work mobile back to his contact information, but not in the favorites.
    SIri now dials his home number because it's the only one in the favorites.
    I'll add it to the favorites in due course.

  • How to make a distribution list that includes all email addresses for each contact?

    Is it possible to create a distribution list that allows you to select all possible email addresses for each contact within a group? I am running into the problem that I can only select one email address for each contact, but need multiple. How can this email list be generated using the Contacts app and Mail?

    You can't with the way it currently works.
    I've never tried, but you might try multiple groups, each with a different email selected.
    I think I created an Applescript that would grab every address of every selected person and address an email. It is probably buried in the bowels of these forums.

  • How can I change the default setting for downloading photos from email?

    How can I change the default setting for downloading photos from emails I receive?  It shows the default as Photoshop Elements 4.0 and is not supported by this system.  That was my last computer!!
    Thanks,
    Sheila

    That has nothing to do with styles nor Pages, it is a System/Printer Driver setting.
    You can experiment to see if the Printer Settings stick with your document, but in the past this has not worked.
    Peter

  • Sending emails for each record from tabular form

    I currently have a requirements management tabular form that used to update or set job requirements inactive and/or covered.
    We're a staffing agency and have salesmen across the country that will use this tabular form to quickly manage their requirements to mark them as covered or inactive if the position has been filled.
    The multi-row update works fine since the form was built using the wizard, but I need to be able to send out an email for each record that's been marked as covered in the tabular form.
    How can this be accomplished?
    I'm running Oracle 12c and Apex 4.2.0 on a windows 2008 R2 server.
    Thanks again.

    Greg,
    I took a different approach from what I originally suggested.  Since the tabular form is displaying only reqs that eligible to be covered, I chose to construct a process that would read the database after the reqs table was updated.  The code should find recent reqs covered by the salesman and then send out an email for each covered req.
    Since I cannot see the data structure of your reqs table, I guessed the data type and size for the local variables in the DECLARE section, you many need to adjust these.
    Give this code a shot and let's see where we get.  By the way, the naming conventions of your database are in need of naming standards.
    The process needs to occur After Submit and after the Automatic Row Processing (DML) process that is updating the reqs table.  Make sure that the process sequence number is greater than the Automatic Row Processing (DML) sequence number.
    DECLARE
       l_id           NUMBER;
       l_index        NUMBER;
       l_vc_arr2      apex_application_global.vc_arr2;
       lc_message     VARCHAR2 (4000);
       l_pkey         NUMBER;
       l_date_wrote   DATE;
       l_sales        VARCHAR2 (100);
       l_client       VARCHAR2 (100);
       l_job          VARCHAR2 (100);
       l_1or2         VARCHAR2 (100);
       l_rate         NUMBER;
       l_notes        VARCHAR2 (4000);
    BEGIN
       FOR c1
          -- Retrieve reqs primary key that have been covered
          -- in the last 2 seconds by the salesman
       IN (SELECT pkey
             INTO l_pkey
             FROM reqs
            WHERE     SYSDATE < (date_wrote + 1 / 46200)
                  AND active = 'Active'
                  AND reqs.sales = :p12_sales
                  AND covered IS NOT NULL)
       -- Send an email for each req that has been covered
       LOOP
          SELECT c1.date_wrote,
                 c1.sales,
                 c1.client,
                 c1.job,
                 c1.notes,
                 c1.who,
                 c1.1or2,
                 c1.rate
            INTO l_date_wrote,
                 l_sales,
                 l_client,
                 l_job,
                 l_notes,
                 l_who,
                 l_1or2,
                 l_rate
            FROM reqs
           WHERE pkey = l_pkey;
          lc_message := 'Date Written   :' || l_date_wrote || CHR (10);
          lc_message := lc_message || 'Sales          :' || l_sales || CHR (10);
          lc_message := lc_message || 'Client         :' || l_client || CHR (10);
          lc_message := lc_message || 'Position       :' || l_job || CHR (10);
          lc_message := lc_message || '#1 or #2       :' || l_1or2 || CHR (10);
          lc_message := lc_message || 'Rate           :' || l_rate || CHR (10);
          lc_message := lc_message || 'Notes      :' || l_notes || CHR (10);
          l_id :=
             apex_mail.send (
                p_to     => '[email protected]',
                p_from   => 'DO_NOT_REPLY@REQS',
                p_subj   =>    ''
                            || l_who
                            || ' Has Covered '
                            || l_job
                            || ' at '
                            || l_client
                            || CHR (10),
                p_body   => lc_message);
          COMMIT;
          apex_mail.push_queue ();
       END LOOP;
    END;
    Jeff

  • Unable to set ringtone for each contact

    After upgrade to the 5.1.1 iOS I was not able to set individual ringtone to each of contact anymore.
    All my contacts are using the same default ringtone when ever anyone calls.
    When I go into contact and hit edit I can see the different ringtone already setup for each contact and when I click it I can hear it play just fine. Then I exit and went back to main screen and try to call the phone and it still using the default ringtone.
    Any idea how did this happen or how to fix it? I am trying not to reset the phone.
    Thanks

    When you call your phone from another, is your iPhone picking up the caller ID that is in your Contacts, or does the incoming call just have a number (or maybe "unavailable")?
    Also, there should be no harm in Resetting your iPhone, that is not the same as Restoring it (even if you did Restore it, you could back it up first and re-load the backup as long as your Contacts and Camera Roll are backed up somewhere).

  • Ringtones for each contact in N900

    Is there any way to assign a ringtone for each contact in N900.
    Any tutorial or application for this is appreciable.

    yes.
    read my post here
    it was the very first post on this forum when you created this thread.  please look at the forum or do a search before you place new threads.

  • How to setup separate rington for each contacts?

    Will someone point me to a tutorial or show me how to setup separate ring-tone for each contacts?

    http://support.apple.com/kb/HT1413
    Assign a ringtone to a contact
    From Phone, tap Contacts and choose a contact. Tap Ringtone and choose a ringtone. When that person calls, you hear that ringtone.

  • New numbers for each contact?

    Do I have to have different "skype numbers" for each contact in the U.S. when calling from my mobile phone in Chile?  Or is there a way to call one local number to connect to Skype and then dial the U.S. number I want?

    rachelbutts wrote:
    Ok, but how do I do the second option?  I only know how to get different skype numbers for each contact.
    Hello,
    Call your SkypeToGo # to set up a call and then dial the # of the individual contact you wish to call. This may assist:
    Skype To Go number?intcmp=SN-Mods
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Set default number for many contacts?

    Hi,
    ive just recieved a replacement handset and imported my contacts from backup.
    All contacts are there but the voice dialling feature is lost.
    If i reset the default number for a contact, the voice dialling will return... however I have 900 contacts!
    Is there a way to set the default number for all my contacts to, say, the mobile number?
    Can I do this another way?
    Cheers
    c.

    Does anyone know the field name in Outlook (2007 preferably) that stores or otherwise defines a contacts default telephone number?
    I have 3400 contacts and want to update them. Previous deault numbers have been lost when importing them into the latest version of PCSuite.
    Cheers
    Martyn

  • I do not receive verification email for changing my iCloud email address

    i would like to change my iCloud email address e.g.   change from: [email protected], to: [email protected]
    I do not receive verification email for changing my iCloud email address, even though it says verification email sent.
    I also tried the "forgot apple ID" option to change it that way, i received an email but it was for resetting my password.
    is there anyway i can change it?

    Hello, skengzz. 
    Thank you for visiting Apple Support Communities.
    I see you are experiencing an issue receiving the verification email.  Here are a couple articles that will help you with this.  Make sure to also check your junk folder on your mail account for this email.
    If you didn't receive your Apple ID verification or reset email
    http://support.apple.com/kb/TS5404
    Apple ID: Contacting Apple for help with your Apple ID
    http://support.apple.com/kb/HT5699
    Cheers,
    Jason H.

  • Changing ringtones for each contact?

    How do I set the ringtones for each contact?  I can't find out how to do it, and the Verizon guy couldn't help.
    John185

    Try this:
    1) Long press on a contact
    2) select "View contact"
    3) press the Menu button on the bottom left of the phone (the one with the 4 squares)
    4) select "Edit"
    5) select "Additional info" at the bottom and tap the triangle
    6) select "Ringtone"

  • In ios7 now the message sender appears as his nickname (instead of the first name).my contacts list in my iphone was taken from my outlook (exchange), so for each contact there is several details as (first name, last name, phone number,fax,..... And nickn

    In ios7 now the message sender appears as his nickname (instead of the first name).my contacts list in my iphone was taken from my outlook (exchange), so for each contact there is several details as (first name, last name, phone number,fax,..... And nickname) the problem is that now I see the sender identity in messages as a nick name while in the incoming calls I see the first name ( this problem appeared only in ios7
    Please help

    check in settings > mail contacts calendars, and in the contacts area you should be able to change how the names are viewed
    dante

  • How can i send the html animation by email for my freind(yandex,email)?

    how can i send the html animation by email for my freind(yandex,email)?

    Hello! Happy New Year to you too.
    I am not sure I understand your question properly.
    If you are making this animation for a wesite, you can include your files into an iFrame and upload all your files to your website server.
    For example add this to your html page:
    <iframe src="http://www.yourSiteName.com/folderName/index.html" style="width: 100%; height: 400px; margin-top: 10px; margin-bottom: 30px;"></iframe>
    Note: change the sizes, change your site name, folder name and html edge file name.
    If you want to just have your composition on one page by itself, then just add the folder to the root area of your server and then you can send the link by email for people to see it directly on the web. You do not need to put it in an iFrame for this. Just email the web address - so for example:
                                  http://www.yourSiteName.com/folderName/index.html
    Let me know if I understood properly and if not please give us a clear description of what you want to do.

Maybe you are looking for

  • Com.sapportals.portal.ivs.cg.ConnectionProperties jar file location ?

    Hi , Could anyone let me know the exact jar location for com.sapportals.portal.ivs.cg.ConnectionProperties class for NW04s SP11 . Thanks. Regards Vasudevan

  • BAPI or FM for settlement rule

    Has anybody an idea how to cretate/update/delete the settlement rules of a production order via BAPI or FM? Thanks Raadha

  • Display more columns in list view?

    Is there any way to display more than the standard columns (filename, dates, size, &c.) in list view in the Finder?  If it's possible to search for other attributes (author, EXIF info, &c.) using the find function, why can't this information also be

  • Insert into ebs dates?

    Hi all, I have 3 tables with dates and 3 forms for insert new dates into tables and update Theres 1000 records on each tables. Is there any way to I import this tables with dates and forms with insert/update into EBS 12? (I have dump file too) Gordan

  • IPod shuts down, comes back, shuts down, etc...

    I have looked on the board for this problem, and have found a few similarities, but none that actually match my case. So, here goes... First of all, my iPod: he is a very old 20GB iPod, a gift from Christmas 2003, and I have been considering replacin