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.

Similar Messages

  • Sending Email notifications in FCS withOUT being on Server OSX

    I'd like to send email notifications from FCS but I am NOT running the Server version of Snow Leopard. Anyone know how to serve SMTP without upgrading to the server OS?
    Thanks,
    Hans
    Hans Damkoehler
    VideoBloom, Inc.
    Senior Video Editor/Producer

    All you need to do is be able to send email to an SMTP server that doesn't require authentication. You configure the SMTP address of this server from within the Basic or Advanced Administration pane of Final Cut Server.

  • TC sends info on the internet without being asked

    From old Airport utilities, I set up the TC's light to blink when data is transmitted from/to it.
    With nothing wired-connected to it and wireless off, there is still some traffic issued from this TC.
    Access through Bonjour is off and nothing such as DynDNS has been set up.
    Any idea what data is sent ? (actually most of the traffic is sent, not received)
    Rgds,
    Fk

    Networks chatter.. that is to ensure they keep themselves alive and up to date. The amount of data going back and forth is usually minor but it is continual.
    I would not be over worried unless you are seeing large discrepancy in your ISP downloads from what you know you are using.
    If the TC is bridged to the network.. I would not expect outside access.. just local chatter.. if you have it setup as the main router.. you are probably seeing lots of attempts to hack your system. I have studied the output of a professional firewall and I get a hit about every 10sec.. someone asking if I am home.. or any doors are open. Welcome to the internet.. that is what it is like. 
    Any idea what data is sent ? (actually most of the traffic is sent, not received)
    How do you know the traffic is sent?? The led blinks for Tx or Rx I believe.
    If you are worried.. place a managed switch (or old fashioned hub) between your TC and modem.. run wireshark on a computer on a mirror port and examine the traffic.

  • I have a new ipad 2.  The mail program  refuses to send forwarded emails because the recipient "doesn't accept relays."  My desktop and Blackberry forward emails to those recipients  without difficulty.  Help.

    I have a new ipad 2.  The mail program  refuses to send forwarded emails because the recipient "doesn't accept relays."  My desktop and Blackberry forward emails to those recipients  without difficulty.  Help.

    I suspect that you are using the Forwarding option within Workgroup Manager, and this works outside of the postfix alias scheme. I think you should just set those users you are forwarding to, to normal mail users, and put their forwarding rules ALSO in the alias file, so you would have:
    MAILER-DAEMON: postmaster
    postmaster: alex,yong
    alex: [email protected]
    That should do it. You really have to commit to either using Workgroup Manager or Postfix in their entirety. They don't really work too nicely in conjunction with each other.

  • Can't send emails to multiple recipients any more?

    Yesterday I had to send an email to some 30 other people (I only do this occasionally).
    It refused to go and I received this error message:-
    I have several email accounts but each one was the same.
    At that time I could not even send single emails but incoming emails were unaffected.
    Later in the day I received this email from my ISP mail account.
    Your emails may be blocked – please confirm your alternate BT Yahoo! Mail addresses
    Dear Customer,
    You’ve received a ‘553’ error message because we’ve upgraded your BT Yahoo! Mail account security to help protect against ‘spoofing’ – when people use alternate email addresses to disguise the real sender, possibly to commit fraud.
    What you need to do
    We need you to take a few minutes to confirm each of the BT Yahoo! Mail alternate email addresses you use are genuine. If you don’t, you might get more ‘553’ error messages and have problems sending emails. Just log in and follow these simple steps. We don’t ask for any personal information.
    This is rubbish and I had a similar one last year which I ignored, as the simple steps were far from simple, and the following morning all was back to normal.
    So I ignored this email and tried again this morning.
    I was still unable to send emails to multiple recipients but now I can send single emails OK!
    Any ideas what is going on?
    Is it Mail's fault or my ISP's?

    From the error message, it looks like there was a problem with at least one of the addresses ("NONE"). It is possible that a bad address is in the list you tried to send to.
    I don't know anything about BT Internet, so I can't confirm the authenticity of the email you received.
    You should be able to log into your BT account directly from the web without using any links sent in the email.
    The email also seems to indicate you used an alias as the reply-to (from) email address.
    You didn't mask out the username for your smtp server and it is definitely different from the from account. This may all be normal, but it does tend to match what the email is telling you.

  • On OnPremise, Sending email to multiple recipients doesn't work with SendEmail method

    Hi,
    We are creating a site collection on OnPremise from App by using Sharepoint Client API's (16 version).
    After creation of site collection, we are sending an email to all site collection administrators. But we found that email is being sent to the only first person mentioned in the "To" list. For sending email we are using following method "Microsoft.SharePoint.Client.Utilities.Utility.SendEmail()".
    We tried different scenarios by passing alternately domain username and email address.
    Here are the findings for the different scenarios for the "To" field:
    1) "domain\user1; domain\user1" => sends email to first user
    2) "[email protected]; [email protected]" => sends email to both emails (at least shows in inbox To field, two occurances of email)
    3) "domain\user1; domain\user2" => sends email to first user
    4) "[email protected]; [email protected]" => sends email to first user
    Here is the code we are using:
                    EmailProperties properties = new EmailProperties();
                    properties.To = to.ToList();
                    if (cc != null)
                        properties.CC = cc;
                    properties.Subject = subject;
                    properties.Body = body;
                    Utility.SendEmail(context, properties);
                    context.ExecuteQuery();
    Please let us know what is going wrong here.
    Thanks in advance for your valuable inputs.
    Br,
    Shriram
    Shri07

    According to the R16 Admin preview guide;-
    "Send Email to Multiple Recipients
    Expression Builder is now linked to the email address text field that is presented when the Specific Email Address
    option is selected. Workflow administrators can enter multiple email addresses directly, or click the "fx" icon
    beside the field, and use Expression Builder to define expressions that evaluate to one or more email addresses.
    The benefit of this feature is that emails can be stored on any text field in the base record and multiple emails can
    be sent using one workflow action. "
    But how that works exactly is not clear, I have tried commas, semi-colons, spaces, apostrophes, doublequotes, to separate and try to establish the correct syntax without luck.
    Bob - Perhaps you can do some digging and find out the correct syntax for multiple addresses?

  • Question regarding sending email to multiple recipients

    Hi All,
    I am creating a workflow that will send an email notification everytime a new campaign is created. I've learned that R16 is capable of sending emails to multiple recipients, the only concern I have is I can't find any doumentation on how to do it. It is stated in the R16 Administrator Preview Guide that you can select 'Specific Email Address' and enter multiple email addresses directly, I tried to enter multiple email addresses separated by comma - [email protected],[email protected],[email protected] as an example, but it doesn't work and prompts me to enter a valid email address. Could anybody guide me on how to enter multiple email addresses once the 'Specific Email Address' is selected or how to do it in the expression builder to define the expression that will define the list of emails. I know that using group email addresses can be used as an alternative to this requirement but I hope theirs a way to do this with workflows.
    Thanks,
    Wayne

    According to the R16 Admin preview guide;-
    "Send Email to Multiple Recipients
    Expression Builder is now linked to the email address text field that is presented when the Specific Email Address
    option is selected. Workflow administrators can enter multiple email addresses directly, or click the "fx" icon
    beside the field, and use Expression Builder to define expressions that evaluate to one or more email addresses.
    The benefit of this feature is that emails can be stored on any text field in the base record and multiple emails can
    be sent using one workflow action. "
    But how that works exactly is not clear, I have tried commas, semi-colons, spaces, apostrophes, doublequotes, to separate and try to establish the correct syntax without luck.
    Bob - Perhaps you can do some digging and find out the correct syntax for multiple addresses?

  • Error while sending email to Multiple Recipients

    Hi,
    I am trying to send email to multiple recipients .It works fine if all the email-addresses are valid. If even one is invalid throws exception .I wish to send it all the valid addresses even if some are invalid as this email will be going to 3000 users some of them will be wrong addresses.
    Help is greatly appreciated.
    -ksg
    Exception thrown:
    Exception in SendEmail.setAddress as :javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
    javax.mail.SendFailedException: 550 <[email protected]>... User unknown
    Here is the main piece of code:
    message.saveChanges();
    Transport transport = session.getTransport("smtp");
    transport.connect("myhost", "", "");
    transport.sendMessage(message, message.getAllRecipients());
    transport.close();

    Hi there,
    Well I find the easiest way is to use a comma delimited string with the following bit of code.
    msg.setRecipients(
    addrType,
    InternetAddress.parse(smtpAddress, false));
    addrType will be TO,CC or BCC
    smtpAddress is a comma delimited string that I get from the results of a SQL Select request (looks something like "[email protected],[email protected],....,....,...."
    The boolean false is to prevent the parse checking the validity of the SMTP addresses as I prefer to deal with this by letting the SMTP server tell me which addresses are no good.
    Hope this helps,
    SH

  • How to send email to multiple recipients??

    Hello Experts,
    I got a requirement to send email to multiple recipients. How to approach it as am fairly new to Workflow??
    Thanks & Regards,
    Mohammed.

    Hi,
      Do you only want to send mail using workflow or there any other steps. Then you can directly write the code
    Search in scn you will find lot of post for that
    http://scn.sap.com/thread/3256691

  • Is it possible to send email notifications in UCM without workflow/java?

    Is it possible to send email notifications in UCM without workflow/java?
    I need to send email notifications when an item is checked-in ,without workflow and without java code.
    Thanks,
    Chely

    Yes. You need subscriptions - see here http://docs.oracle.com/cd/E23943_01/doc.1111/e10797/c04_working_with_files.htm#CSUSG899

  • Mail send email at 2 kbs

    Hi I use mail to send email from 3 different accounts and my mail sends email a 2kbs sometime 4Kbs
    I send a lot of quicktime to my clients and it takes forever to send a 3MB files.
    HELP !

    Plus eMail will make that 3MB file into 4.5-6MB in sending.
    What do you get for raw speeds up & down here, for both Java & Flash, DSL Reports...
    http://www.dslreports.com/stest

  • HT202724 How i can send multiple sms from mac without being a group message ?

    How i can send multiple sms from mac without being a group message ?

    Start new conversations, one for each recipient.

  • I want to VIEW pdf files when I click on them (NOT save them) WITHOUT being asked everytime. I have already customized my firefox settings.

    I have a hotmail email account and each time I click on a pdf attachment, Firefox asks me "What should Firefox do with this file?" I click "Open with - Adobe Reader (default)" then I check-mark "DO THIS AUTOMATICALLY FOR FILES LIKE THIS FROM NOW ON." When I check-mark that box a little line comes up beneath it that says "Settings can be changed using the Applications tab in Firefox's Options." So I also changed my application settings to "PDF - Use Adobe Acrobat in Firefox". Even though I have changed the application settings, and have check-marked the little box asking it to open with adobe reader automatically, Firefox still asks me each time I click on a PDF "What should Firefox do with this file". How do I make it stick that every time I click on a pdf attachment I want to VIEW it in Adobe WITHOUT being asked every time? Is there a way? Thank you!!!

    Automatic actions are connected to a specific MIME type and if Hotmail doesn't send the file with a correctly recognized MIME type then the automatic action won't work.
    *http://kb.mozillazine.org/File_types_and_download_actions
    *https://support.mozilla.org/kb/Managing+file+types

  • I can no longer buy, download, or update apps/iTunes without being asked for apple ID and billing information to be declined

    I can no longer buy, download, or update apps/iTunes without being asked for apple ID and billing information. Even if apps are free or updating I'm asked for billing information. It's been like this for a couple of weeks after the purchase of a movie off iTunes and the purchase was successful but afterwards my App Store and iTunes stopped working properly. Help me please, thanks.

    Go here:
    https://expresslane.apple.com/Issues.action
    Ask for assistance.

  • Having purchased a photoshop dvd last may , I cannot get past the trial period without being asked to buy another productw

    Having purchased a photoshop elements 11 last may 2013, I cann't get past " your trial period has ended,without being asked to purchase another produc.  None of the numbers on the dvd box match the serial numbers requested.  Wha am I supposed to do"

    Having purchased a photoshop elements 11 last may 2013, I cann't get past " your trial period has ended,without being asked to purchase another produc.  None of the numbers on the dvd box match the serial numbers requested.  Wha am I supposed to do"

Maybe you are looking for

  • Problem with Free on Board -FOB- cost

    Dear Experts, I am dealing with a huge problem I am tryng to get a cost from the rows on a Purchase Delivery Note but the price that is posted there isn't the correct one I had tried to put a new user field but It seems that SBO doesn't give me the c

  • Publication is not listed in reolication monitor after manual database failover

    Hi All, I have three servers using which I have configured database mirroring and  transactional replication with pull  subscription. ServerA--Publisher/Distributor/principal ServerB--Subscriber ServerC--Mirror After failover now ServerB pulls the da

  • How to put equipment no. in Asset master data  (manulaly)

    Hi Guru      I have implement Asset module and link asset no. to equipment no. come from  Plant maintenance module. How I can put the equipment no. in field  equipment number / Tab Allocations  in Asset master data .  How I can do? thank you very muc

  • Personalization of Payslip

    Hi All, I am implementing the Oracle Payroll for Indian Legislation. I have a requirement to personalize the predefined payslip. I have done so using the XML Publisher Responsibility. My query is if i want to add any additional fields, how to do it?

  • BB Z10 Blank Screen...

     Few days ago,i did realise that i be able to upgrade my OS to 10.2.0.415 ...as usual as i did for previous update,after all process have been finished,it will require me to re-start the phone so that the updates will be apply...but,once i click rest