How do I auto bcc emails from iPhone?

I want to automatically blind copy emails that I send from my iPhone to a specific email address? Any advice? Thanks!

There is no field available to enter an email address for the Bcc to be sent to at Settings > Mail, Contacts, Calendars > Always Bcc Myself, so this isn't possible. The Bcc will be sent to the email address for the email account the message was sent with.

Similar Messages

  • How do I get sent emails from iPhone to appear in sent emails on Mac Mail?

    Trying to set it up so when I send emails from my iPhone 3GS that they appear in my sent messages folder on the server in my Mail program on my computer. Any smooth ways to set this up? Thanks in advance.
    J.

    Just depends on what type of mail protocol you are using. Works just fine for IMAP or Exchange.

  • AppleScript to auto BCC emails from Apple Mail

    I recently moved the email out of Entourage and into Apple Mail for a company I do business for. I created a rule for them which does not run automatically, see my other post <a href="https://discussions.apple.com/thread/3300257">here</a>. Having experimented with variations on the rule and searched for answers on the web I have come to the conclusion that I may not be able to get the rule to run automatically. I found various suggestions on the web for using Terminal to automatically BCC sent emails but the downside is that it appears that you then can't send BCC emails to anyone else without using Terminal to disable this, which is not an option.
    The best alternative would appear to be an AppleScript but I can't find anything suitable. Can anyone suggest a script that can be added to an Apple Mail rule so that all emails sent from '[email protected]' are automatically forwarded to '[email protected]'

    Look, if I were going to do what you're trying to do, I would stop fiddling with rules and set up a launch agent that would periodically (once a day, once an hour, whatever your needs are) forward all unforwarded emails to the people they need to be forwarded to.  That requires two components: a launchd plist (which goes in ~/Library/LaunchAgents or /Library/LaunchAgents) and a script file (which can go anywhere, but /Library/Scripts would be conventional).  the launchd plist looks soemthing like this (save it as user.mail.forward.plist):
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>Label</key>
              <string>user.mail.forward</string>
              <key>ProgramArguments</key>
              <array>
                        <string>osascript</string>
                        <string>/Path/to/scriptfile.scpt</string>
              </array>
              <key>StartCalendarInterval</key>
              <dict>
                        <key>Hour</key>
                        <integer>18</integer>
                        <key>Minute</key>
                        <integer>0</integer>
              </dict>
    </dict>
    </plist>
    That runs the script once a day at 6:00 pm.  the script itself would look something like this:
    property lastForwardingDate : (current date)
    property bccRecipientAddresses : {"[email protected]", "[email protected]"}
    tell application "Mail"
              set unforwardedMessages to messages of mailbox "Sent" of account "gmail" whose date sent > lastForwardingDate
              repeat with thisMessage in unforwardedMessages
                        set messageToForward to redirect thisMessage with opening window
                        tell messageToForward
                                  repeat with thisRecipient in bccRecipientAddresses
      make new bcc recipient at end of bcc recipients with properties {address:thisRecipient}
                                  end repeat
                                  set lastForwardingDate to date sent of messageToForward
      -- send
                        end tell
              end repeat
    end tell
    This is a testing version, where the email pops up so you can see what it looks like before it gets sent.  in the final version you'll want to delete the 'with opening window' phrase (so that the emails are generated invisibly in the background) and uncomment the 'send' line (so that the emails are sent automatically).
    You'll can try replacing 'forward' with 'redirect': redirect sends the email to the new recipient exactly like the old; forward sends a quoted version.  not sure which you prefer.
    warn people that they should expect to see extra email activity periodically, and that they may see emails appear in their drafts mailbox (which will happen if they are offline when the script runs - they'll get sent later). Also, you should probably set permissions so people can't edit the script file - if it gets saved again it recompiles, which will reset lastForwardingDate to the date it recompiles, and may cause some emails not to get forwarded.

  • How do I transfer outgoing emails from iphone to my mac? (I have use POP3)

    I have now a small trouble with my mail account. I would like to switch from POP3 to IMAP serwer, but first I would like to copy all my sent mails from my iPhone to my mac (where my phone is sync). How can I do that?

    iTunes doesn't sync the actual emails, only the account settings.
    So, those sent emails won't sup up in the POP email account on your iPhone.

  • Auto purge emails from iphone in iOS 7

    How do you set up an iphone to automatically delete emails.  I use Mail on my iphone and computer, and a POP email account.  I don't want to delete inbox messages from the server, just my iphone.

    Have the same problem!!! Can't understand why Apple persist in this approach - should be able to 'Select All', cancel selection of specific emails if required, and then choose Delete. Not being able to do this is a real time waster and very frustrating - I find I have to go in twice a day and select each email I want to Trash and then send them to trash to avoid a major build-up and time waster.
    Makes no sense to me - GET AFTER DOING SOMETHING APPLE.

  • HT1688 How do I send an email from my Iphone to a "group" that I have established in my Yahoo account

    How do I send an email from my Iphone to a "group" that I have established in my Yahoo account?

    So I have bought a couple of apps on my iphone and would like to transfer them to my itunes library, but not sure how.
    iTunes > File > Transfer purchases
    When I plug in my iphone and try and sync the two, I get a warning from itunes that everything on my iphone will be wiped and everything from my itunes library will be moved to it.
    Have you changed the computer you are syncing with?

  • How to delete a Gmail email from the iphone and have it remain on the iMac?

    I use Gmail and have the email accounts set up as "imap". I would like to be able to delete emails from my iPhone 5, yet have them remain on the server. I read on the internet that it can only be done by changing the accounts from imap to pop3 accounts. However, since I also have an iMac and an iPad 3, I still want to be able to sync these so the emails can be retrieved on any of the devices.
    I supose that the only way to do this is to remain with "imap" accounts. But, there may be another problem. I was under the assumption that once the iPhone reaches a total of 200 messages, it will start to delete any above this amount. In this case, I will start to lose my messages on the server. Even if this is not the case, I don't want the mobile devices to end up with hundreds of emails that I would like saved.
    My question is this: How can I save the emails from the Gmail account to a separate set of folders that will archive these forever (if I choose)?  Can a folder be set up on the iMac with subfolders for each category that I want? If so, how is the actual move of the email done? Can it be copied to the new folder immediately so that later when it is deleted from the Gmail account, it is permanently saved in the new Mac folder?    Thanks

    Hello Kailua,
    I know that you can mirror you iPhone's display onto a Apple TV, as can you with the Mac, but I do not think you can mirror your iPhone to your iMac.
    Sincerely,
    Devin

  • How can I delete bulk emails from my iPhone?

    I have an iMac, an iPhone and iPad, all running latest software.  My Mail accounts are with Gmail and Hotmail.  My problem is that I have a huge number of emails on my devices which I cannot delete.  The methods I have read about don't seem to work, everything reappears.  Is this because of synching acroos the devices?  How can I keep my iMac as the main repository for Mail, and from time to time delete all the copies on my devices knowing they wil be safe on my iMac?  I'd really appreciate guidance on this.  Many thanks!

    How to Delete Email on the iPad
    http://ipad.about.com/od/iPad_Guide/ss/How-To-Delete-Email-On-The-Ipad.htm
    How to Mass Delete Emails from iPhone and iPad Inbox (with video)
    http://suiteminute.com/how-to-mass-delete-emails-from-iphone-and-ipad-inbox/
    How to delete ALL mail messages from iPhone/iPad in one step
    http://www.conferencesthatwork.com/index.php/technology/2014/01/how-to-delete-al l-mail-messages-from-iphoneipad-in-one-step/
     Cheers, Tom

  • How do I get my emails from my company run BES to run on my iphone/ipad?

    How do I get my emails from my company run BES to run on my iphone/ipad?

    Beau, BES is an intermediate server that stands between Exchange and Blackberry devices.  It takes mail from Exchange and delivers it.  Simply because your organization uses a BES server doesn't of necessity mean that they have disabled Exchange Active Sync.  Some organizations will require that corporate devices be Blackberries  because of  perceived  security advantages.  If you have a personal device, your organization may not allow personal devices to connect to your mail system, or they may only allow personal Blackberry devices to connect. Does your organization allow ANY devices(either business owned or personally owned), other than Blackberries to receive enterprise messages contacts, calendar and tasks?  

  • HT5927 how to erase the thiefs email from my iphone?

    how to erase the thiefs email from my iphone?

    Hi Just delete photos from iPad without using your PC you can get them back from iCloud. Since ios 7, When you charge your iPad it Automatically backs up to iCloud. Almost everything can be done over your WiFi you don't need to use your PC even software updates can be done over your WiFi. Cheers Brian

  • How can I set up email on iphone 5 to leave emails on the server if I delete them from iphone?

    How can I set up email on iphone 5 to leave emails on the server if I delete them from iphone?

    Hi RK GARG,
    Welcome to the Support Communities!
    The article below will explain how to access the Advanced settings in your email account.
    Click on the link to see screen shots.
    To answer your question ... change the Deleted Messages -  Remove field to Never
    Using a POP account with multiple devices
    http://support.apple.com/kb/HT3228
    In Settings, select Mail, Contacts, Calendars.
    Select the account for which you wish to change the settings.
    Select Advanced, located at the bottom of the list.
    Cheers,
    - Judy

  • How do I delete email from iPhone without deleting them from my Mac

    How do I delete email from iPhone without deleting them from my Mac?

    To remove a photo from iPhoto and your Mac:
    Put it in the iPhoto Trash, then enpty it. Then empty the system trash as well
    If you want to remove a photo from iPhoto but keep it on your Mac:
    First Export the file from iPhoto (File -> Export) to whereever you want it and then go through the steps above.
    Confusion arises as the notion that you would want to remove a pic from iPhoto but keep it doesn't make a whole lot of sense. It's like saying I want to remove one address from Address Book, but still keep it on my Mac. The point of iPhoto and such apps is that they are used to manage your photos. Anything that you need to do with the pics cn be done either with or via iPhoto.

  • TS3899 how can i delete multiple emails from my IPhone 5C from the inbox?

    How can i delete multiple emails from my inbox from my IPhone 5c?

    Use command-click to select multiple messages, one at a time.  Use shift-click to select a contiguous set of messages (just like in the Finder).  Then press the delete key.

  • TS3899 I keep getting batch loads of old emails uploaded to my IS 4 phone in increments of 100, how do I stop these emails from being sent to my iphone? thanks Patrick

    I keep getting batch loads of old emails uploaded to my IS 4 phone in increments of 100, how do i stop these emails from being sent to my iphone? Thanks Patrick

    SOLUTION FOR UNREAD COMCAST MAIL...so far, so good
    I went to Comcast.net and created a folder titled "Archive 10-2-13" and then went back into my inbox on the site and clicked the 'select all' box at the top of the email page. I could only see what would fit on my screen, but figured out that if I scrolled ALL the way to the very end (which was a l-o-n-g time for 30,000 emails) and then clicked "move to' at the top of the page and chose "Archive 10-2-13"..all my mail went there and no longer comes up as unread on my iPhone.
    I don't know if this will work for other POP accounts (Hotmail, etc.) but HALLELUJAH! I have ZERO unread email messages showing!

  • Unable to send email from iPhone or ipad, Unable to send email from iPhone or ipad

    Recently, I have become unable to send emails from my comcast email account.  I tried uninstalling and reinstalling the account, but get an error (Cannot send. Username or password for Comcast invalid).  The username and password are correct, though, as my email works fine on my non-Mac laptop. Any suggestions?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    iPhone, iPad, iPod touch: Microsoft Outlook 2003, Outlook 2007, Outlook 2010 may not display contacts and calendars after sync
    http://support.apple.com/kb/TS1944
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say “Cannot Connect to Server”?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    Gmail Account Will Not Connect to Gmail Server
    http://support.apple.com/kb/ts3058
    How to Delete Email on the iPad
    http://ipad.about.com/od/iPad_Guide/ss/How-To-Delete-Email-On-The-Ipad.htm
    How to Mass Delete Emails from iPhone and iPad Inbox (with video)
    http://suiteminute.com/how-to-mass-delete-emails-from-iphone-and-ipad-inbox/
    How to delete ALL mail messages from iPhone/iPad in one step
    http://www.conferencesthatwork.com/index.php/technology/2014/01/how-to-delete-al l-mail-messages-from-iphoneipad-in-one-step/
    How to add, send and open iPad email attachments
    http://www.iskysoft.com/apple-ipad/ipad-email-attachments.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    Importing a Contact List CSV to the iPad
    http://techchannel.radioshack.com/importing-contact-list-csv-ipad-2235.html
    iOS: ‘Mailbox Locked’, account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iCloud: Create a group and add contacts to it
    http://support.apple.com/kb/PH2667
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
    How to delete an email account on your iPad
    http://www.shoppepro.com/support/knowledgebase/228/How-to-delete-an-email-accoun t-on-your-iPad.html
     Cheers, Tom

Maybe you are looking for

  • Error 150:30 at start after miragtion from old to new macbook

    My elements 8.0 did not longer start. Is terminates with error 150:30 . The adobe support could not me in this case. Hope somebody could help me. Thanks Berni

  • Formula claculation in query is not summing correctly when details are remo

    have a report that totals 2 columns together and is at the work center level. when I remove the details the totals are wrong but when I show them it comes over correctly. Here is the scenario work center column a column b sum a+b XXX 2 2 4 the detail

  • Cash flow report in ABAP

    Can anyone help me out with the tables that i have to use in developing  a cash flow statement in ABAP(The report helps the user to analyze the outgoing or incoming amounts into the bank account).My functional consultant has given me the specificatio

  • ICP Elimination Joint Venture

    Hello All, How to customize or achieve ICP elimination for ICP transaction happend with Joint Venture. Example: A company which is not a JV and has intercompany transaction with company B which is JV. A has value with B 100 B has value with A 100 JV

  • Installation of 1310's

    I hope this is in the right area, so here it goes. I am trying to layout an access point install consisting of Aironet 1310's. It is for a warehouse location and it is at 0 degrees all the time so it was a good choice considering there broad temperat