Send an Email to Undisclosed Recipients

I have friends that send me e mails that some to me and sent to Undeisclosed Recipients. How is this done, do they make up a mailing list and call it something else and hide the peples names? how is this done or updated..

when you address mail it can be sent TO CC or BCC, BCC appears a undisclosed recipients
see https://support.mozilla.org/en-US/kb/addressing-email

Similar Messages

  • How do you send an email to undisclosed recipients?

    do i put my recipients in the BCC field?
    and to whom do i address the email to?

    Yes, start spelling the contact name and it will present you with a few from your contact list. Tap on the one you want to add. Continue in the same manner.

  • When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    When I send an email with bcc recipients, the bcc does not show in my sent mail so I can't reference back later who I sent the email to. Worked in Snow Leopard but not in Yosemite. Please advise if their is fix for that.

    Did you select View->Bcc Address Field from the menu bar?

  • How to use Add_Delivery_Option to send an email to multiple recipients

    I have the following code before i submit a concurrent request:
    B_Delivery_Success := Fnd_Request.Add_Delivery_Option(
    'E',                    -- EMAIL
    'Enter subject', -- SUBJECT
    '[email protected]',          -- FROM
    '[email protected]'          -- TO
    ,NULL               -- CC
    which correctly sends an email with attachment. However i need to send the email to multiple recipients. How can you enter multiple names against the 'TO' parameter. I know that i can repeat this again and again with a different email address each time, however there must be away to use this code once with multiple addresses?
    Edited by: user974582 on 09-Oct-2012 01:23

    Not sure about the API but there are other ways to achieve it i.e. through alerts.. You can refer below
    Can Concurrent Request Notifications Work With A Group Email ID [ID 1096850.1]
    Cheers,
    ND

  • TS3899 If I send an email to multiple recipients, I cannot open the individual replies on iphone

    If I send an email to multiple recipients, I cannot open the individual replies. I can see there are a few replies but have to go to webmail to see them.
    Any ideas anyone?

    ...and even email addresses can be hidden by sending to each recipient using your mail client's "bcc" or "blind copy" field instead of the "to" field.

  • Mail sends email to undisclosed recipients without being asked

    This is highly annoying and I would love for someone to tell me how to fix it.
    Here is the situation:
    I have an iPhone 3GS with all software up to date. I am using the mail program that comes standard from Apple (came with the phone).
    When I go to send or forward an email with an attachment, it sends it to "undisclosed recipients" without stopping to allow me to select who should get the email. My Contacts list does not contain a category for Undisclosed Recipients so I have no idea why my phone does this. It happens when I get to the screen where I can type in an email address or hit the plus icon to bring up my contacts.
    News Flash!! I just solved my own problem. It's a user problem. I will post the solution here just in case there is anyone else out there as uncoordinated as me. When the screen comes up, asking for who to send or forward the email to, I always hit the PLUS icon to bring up the CONTACTS list, but if your finger slips just a bit, it will hit the send button. This will send the email to nobody except yourself, if you have added yourself as an automatic CC.
    For some reason, although the email is only going to me, the iPhone tells me it is going to "undisclosed recipients". This of course scares the heck out of me, when you have just sent confidential info.

    The real reason that it says undisclosed recipient is when you have the switch on for Always Bcc myself in mail settings. Since it is a Bcc instead of just a regular Cc, it is considered undisclosed, because no one else can see who it is.

  • How do I send an email were the recipients are private?

    I would like to send out a mass email,  but I want to make the recipients private.  How do I do that?

    Do you mean the email code to download Mountain Lion for free?
    Report the issue to Apple using the email form here  Apple - Support - Mac App Store - Contact Support

  • Sending an email to multiple recipients

    I'm trying to send to an email to to a few hundred addresses (a gig announcement- I'm a musician), and Apple Mail won't let me. The addresses are in a group in the Address Book. I use to do this on my G5, but this computer won't allow it, even though the settings in Apple Mail are identical. I was on the phone with Earthlink and they were stumped. Any ideas??

    It's gone
    No Address Icon in Yosemite Email App
    But send Apple feedback
    Go to this site:
    Apple Product Feedback
    http://www.apple.com/feedback/
    So select a product:
    In  your case, Mail, by going here
    http://www.apple.com/feedback/mail.html
    Select appropriate feedback and give them your best recommendations.

  • Undisclosed recipients

    How do I send an email to undisclosed recipients?

    Easy. What you want is to put the addresses to be hidden in a "Bcc" list (Blind Copy). How you do this depends on what email interface you are using. Assuming you are using the newest Verizon webmail interface, when you click Compose to start your email, then on the right side of the "To" field (far right), you should see the characters "Add Cc" and "Bcc". Just click on Bcc and a new field will appear to enter the addresses, just put the list in there. No one will who the email went to. You should probably put your own email address in the To field.
    Hope this helps.
    Justin
    Verizon FiOS TV, Internet, and phone
    QIP7232, IMG 1.8, Build 02.54
    Keller, TX 76248

  • How to send a single email to all recipients at one time

    Hi,
    With JavaMail, is there any way to send an email to several recipients at once time
    instead of calling Transport.send() one by one? You may state why not use
    address like "[email protected],[email protected],[email protected]".
    Because I want to have a single recipient address appeared on the "Address To"
    field on email instead of showing all recipients addresses on the "Address To" field.
    Thanks for your attention in advance,
    Raymond

    If you don't want all the recipients to see each other's addresses (and that's often what you do want), put that list into the BCC address and not the To address.

  • Action to send email for multiple recipients

    Hi gurus,
    Currently the user needs to send a email for multiples recipients according to the organization structure.
    For example:
    The user generates a complaint and the systems must notify by email the department responsible to solve this complaint, sending an email for all employees assigned into this organizational unit.
    How should I configure the action to send an email for the whole departament?
    Best Regards,
    Gabriel Santana

    HI Gabriel,
    Get the email ID's of all the recipents from orgunit using FMs <b>RH_STRUC_GET</b> and <b>BAPI_BUPA_ADDRESS_GETDETAIL</b> into internal table <b>et_mailid</b> and then using FM <b>SO_NEW_DOCUMENT_ATT_SEND_API1</b>.
    For reference check the code below:
    <b>*i_message has contents of mail body</b>
    DATA:    g_sent_all(1) TYPE c,
             g_doc_data LIKE sodocchgi1,
      DATA:  i_message      LIKE solisti1   OCCURS 0 WITH HEADER LINE,
             i_packing_list LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
             i_receivers    LIKE somlreci1  OCCURS 0 WITH HEADER LINE.
    Fill the document data.
        g_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
        g_doc_data-obj_langu = sy-langu.
        g_doc_data-obj_name  = 'SAPRPT'.
        CONCATENATE g_sdltime0(2) ':' g_sdltime2(2) ':' g_sdltime+4(2) INTO g_time.
        CONCATENATE c_subject g_time INTO g_doc_data-obj_descr SEPARATED BY space.
        g_doc_data-sensitivty = 'F'.
    Describe the body of the message
    Information about structure of data tables
        CLEAR i_packing_list.
        REFRESH i_packing_list.
        i_packing_list-transf_bin = space.
        i_packing_list-head_start = 1.
        i_packing_list-head_num = 0.
        i_packing_list-body_start = 1.
        DESCRIBE TABLE i_message LINES i_packing_list-body_num.
        i_packing_list-doc_type = 'RAW'.
        APPEND i_packing_list.
    Add the recipients email address
        LOOP AT et_mailid.
          CLEAR i_receivers.
          i_receivers-receiver = et_mailid-email_id.
          i_receivers-rec_type = 'U'.
          i_receivers-com_type   = 'INT'.
          i_receivers-notif_del  = 'X'.
          i_receivers-notif_ndel = 'X'.
          APPEND i_receivers.
        ENDLOOP.
    Call the FM to post the message to SAPMAIL
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = g_doc_data
            put_in_outbox              = 'X'
            commit_work                = 'X'
          IMPORTING
            sent_to_all                = g_sent_all
          TABLES
            packing_list               = i_packing_list
            contents_txt               = i_message
            receivers                  = i_receivers
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
    Regards,
    Amit
    *Always reward points for helpful answers
    Message was edited by:
            Amit Kumar

  • HT2623 How do I set up iCloud group contact lists with 'undisclosed recipients'?

    I have set up some icloud group contact lists (although not very easily as I had to re-input each contact into the group list as I didn't seem able to select it from my existing contact list and transfer it into the group).  Now I want to send e.mails to each group, but I want each contact address in the group to be private, so that the email says 'undisclosed recipients' as I see on other e.mails.  How does that work?  I had a practice bringing up the group name, but every e.mail show in the 'to' box...
    What do I need to do?

    Hi Mike,
    Go to your Applications folder and open Address Book > at the bottom of the left side click on the + sign to add a Group > name the group > click on All Contacts > in the Name column, drag one name at a time into the group you created on the left side > when you have all the names you want in there, close Address Book > when you want to email everyone in that group, simply open a New Message in Mail > in the To field, type in the name of the group you created > type your message > hit Send and the message will be sent to everyone in that group.

  • Send pdf email attachment

    Hi,
    I m running the custom concurrent program through pl-sql code and sending the output of the same conc program on to the email id of vendor.
    When i was tryng to send the output in text file it was allowing me to send the text message as well as attachment.
    But with the same code I want to send the pdf output.
    so earlier I was using the UTL_MAIL.send_attach_varchar2 .
    And for pdf attachment I am using the UTL_MAIL.send_attach_raw.
    So custom program is generating the output but
    while sending an email, it is not attaching the output into the email.
    What could be the problem.
    Please help as I needed it urgently.
    revert me if anyone has any query.
    Thanks,
    Bluetooth_25

    No it's not generating the .pdf file.
    It's only generating the .out file.
    so is that the possibility that it is not attaching the pdf in email.
    Here is my code:
    /*Variable declaration*/
    fhandle UTL_FILE.file_type;
    flen NUMBER;
    bsize NUMBER;
    ex BOOLEAN;
    vtextout RAW (32767);
    UTL_FILE.fgetattr ('EMAIL_OUTPUT','o'||v_request_id ||'.out',ex,flen,bsize);
    fhandle := UTL_FILE.fopen('EMAIL_OUTPUT','o'||v_request_id ||'.out', 'r');
    LOOP
    BEGIN
    UTL_FILE.get_raw (fhandle,vtextout,flen);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    EXIT;
    END;
    END LOOP;
    UTL_FILE.fCLOSE(fhandle);
    FOR email_rec in c2_vendor_email_add(po_rec.po_header_id)
    LOOP
    UTL_MAIL.send_attach_raw
    sender => '[email protected]',
    recipients => email_rec.email_address,
    subject => 'Testmail',
    MESSAGE => 'This is test mail',
    attachment => vtextout,
    att_mime_type =>'application/pdf',
    att_filename =>'o'||v_request_id ||'.out'
    and i have one more question how to send an email to multiple recipients using utl_mail.send_attach_raw

  • How do I send an email from an icloud contact group?

    How do I send an email from an icloud contact group?

    Sorry hgarya,
    Unfortunately, it's not possible to pick a group for sending an email to multiple recipients.
    With kind regards,
    David

  • When sending an email to multiply recipiants, using address autocompletion, all the address boxes convert to the name in the first box

    I use Thunderbird for my email. When sending an email to multiple recipients, I use autocompletion from my local address book. When I select an additional recipient, the name initially appears correctly in the address box. Each time I drop down to add another recipient, the names in each box all revert to the name in the first box. I've used Thunderbird for 2 years and this just started today. Also, the cursor and names in the address box appear now in red instead of black. Hopefully you can solve this problem.
    Thank you,
    bradoc

    There are some evil bugs in the current version of Thunderbird. You may find it works better if you click with the mouse, or move down with the arrow keys and click or use tab. IIRC, there's an issue with use of the Enter key. Or maybe the other way round ; please experiment. It's one of those frustrating bugs that seems to affect everyone but me.
    You can download older versions here:
    https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/
    I believe 31.2.0 is free of this particular issue. 24.6 seems to be a popular choice for those who dislike recent changes in the Composition window UI.

Maybe you are looking for