Email send from address switches after adding a recipient

I have two email addresses configured on my iphone 5. When I start a new message the default address appears
In the from line. When I add a recipient the from address then switches
To my other email address. I can then manually switch it back. This only started once I started using ios7.
Is there anything I can do to prevent this? Is this a known bug?
Thanks

Several errors in this code.
crlf VARCHAR2(2) := chr(13)||chr(10);Why use a DOS/Windows linefeed? The correct variable/constant to use is UTL_TCP.CRLF - and this is a single #10 character.
Do not assume that network servers use the same DOS/Windows linefeed char sequence.
utl_smtp.Helo(v_Mail_Conn, v_Mail_Host);Wrong. You need to identify your platform in the HELO command. Not tell the SMTP mail server who it is. (providing the wrong data should not cause a failure in this case, but that is no reason for getting this command's parameter wrong)
EXCEPTION
WHEN utl_smtp.Transient_Error OR utl_smtp.Permanent_Error then
raise_application_error(-20000, 'Unable to send mail: '||sqlerrm);Just plain silly. You change a perfectly meaningful exception into a generic exception (number -20000). So the caller to your code gets a -20000 error code.. what does that mean? Was that a transient error (mail server commands can be retried)? Or is that a permanent error (mail server is for example down)?
Make exceptions MORE meaningful where needed. Do NOT make them meaningless by interfering with meaningful exceptions and turning these into useless generic exceptions.
Tried to add multi recipient by the below code but it does not works.
v_From := '[email protected]';
v_recipient := '[email protected]; [email protected]';
v_cc_Recipient := '[email protected]; [email protected]';
Wrong. This is not how one specifies multiple recipients. You should be reading RFC 2881 - the specification for the SMTP protocol - instead of making (incorrect) assumptions on about SMTP commands and parameters.
From RFC2881:
4.1.1.3 RECIPIENT (RCPT)
   This command is used to identify an individual recipient of the mail
   data; multiple recipients are specified by multiple use of this
   command.  So a SINGLE recipient is specified as parameter. Multiple recipients are specified by multiple calls using this command.

Similar Messages

  • CRM Email Header - From Address

    How do I update the CRM Email header "From Address" with the individual names of our Call Center Agents?

    Hi Micheal,
    It is by design BUG-OM 537040. In Exchange 2013 for a Read Receipt Response on the P2 header's From Address it just has the User Alias it doesn't have the Complete Email Address, but on previous versions it is not the case it has the complete email address.
    When this Response from external address is sent and if it goes through an External Anti-spam like postini,messagelabs,ironport etc., since  it doesn't find the complete address it adds @domain.invalid and processes the message further so the Recipient
    of the message will have the Sender address showing as
    [email protected] and also it will say so and so mail not authorized.
    please refer the below link  for your reference
    http://social.technet.microsoft.com/Forums/exchange/en-US/8f5c1570-d3df-4ba9-9e72-bd2d6bee0b3b/microsoft-exchange-2013-read-receipt
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.
    That will encourage me - and others - to take time out to help you.
    Regards,
    Sathish

  • Can i recover emails deleted from the cloud after reformating my HD

    can i recover emails deleted from the cloud after reformating my HD, these are very important emails, after reformatting my hard drive to fix some trouble i was having w/ maverics, these copies were deleted, and my icloud deletes messages more than a month old. help??

    Hi,
    If you use the iCloud.com login or the Mail App and "fetched" the Mail and deleted that way there is not way to get it back.
    You could have archived it or placed it in Folders (created in Mail or on the web Login) and that will have stored them on the IMAP server and they would have been retrievable.
    8:16 pm      Thursday; March 20, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Choosing Alias for email send from iPhone

    Hi,
    how can I choose an Alias for emails send from the iPhone, like I do in Mail on my Mac?

    If you are using MobileMe the iPhone does not support sending emails from alias's.

  • HT201320 When using an iPad Air, is it possible to have my email removed from the server after downloading it? That's what I have been doing on my PowerBook and I would like to use my iPad as my primary email reader now.

    When using an iPad Air, is it possible to have my email removed from the server after downloading it? That's what I have been doing on my PowerBook and I would like to use my iPad as my primary email reader now.

    OK, I found the answer in the mail settings under the advanced button.

  • Default "send from" address when sharing photos in Backup Assistant Plus

    Hello,
    Is there a way to change the default "send from" address when sharing photos in online storage from the Backup Assistant Plus app on the Bionic?  I have found the setting on the VZW website for e-mail address maintenance in Backup Assistant Plus, but the address I'm using on the site did not affect the setting on the phone.  This is not a huge issue, but under the current setting, the Bionic is using an address to which I no longer have access, so I'd like to update this address if it can be done.
    Currently running Ice Cream Sandwich, 6.7.246.
    Thank you.

    Found the answer - there is a second link for settings on the media management screen which controls the default sending e-mail address.

  • After iOS 7 update email sends from an address that isn't set as default.

    I have two gmail accounts. I have gmail 1 selected as default email in settings but when I open a new message from the main screen of email ( where you see all email accounts set up) it sends from gmail 2. The message has gmail 1 as the from address but when it is received it is from gmail 2. I have gone into setting and it still lists gmail 1 as default.
    Any ideas?

    Just to clarify that should have said, my brother has the same ISP as me. Autocorrect butted in there.

  • Edit send from address, email app closes spontaneously.

    I type an email, then switch to "send from"
    my other gmail address.
    I scroll down, pull down to the address, and the app closes to home screen.
    It occurs every time, first time.
    Second try, it works.
    What needs to be fixed so I don't waste 1 min every email I send?
    Change the default address
    I "send from"
    How?
    Thank you kindly
    Sydney

    Hi mmarenyi
    In short it impossible to send emails from Apple's mail from an account that is not added through settings.
    To provide some advice rather than adding the account due the amount of emails - I would suggest getting the Gmail app from the App store which will allow you to fetch your emails from your iPad without getting them in Apple's mail. If the other work email address is a common one such as: hotmail, gmail, big pond, yahoo ect, see if there is an app to download. Most email companies now have apps on the App store for download. You could if your work email does not have an app simply pick up your emails through safari.
    I am assuming that your iPad is using iOS 7 or later, however these instructions will work for iOS 5 or later.
    To get the Gmail app:
              1.          Go to the App store
              2.          Search for Gmail
              3.          Click on the free button
              4.          Wait for it to download
              5.          Put in your email and password
              6.          Then you will be able to access your gmail account without using Apple's mail
    Enjoy and Many Thanks
    iBenjamin Crowley

  • How to send an email with from address not as a SAP user id

    Hi,
    sender = cl_sapuser_bcs=>create ( pv_user ).
    I am using the above piece of code to send an email.
    In the method "CREATE" , I CAN PASS ONLY THE SAP USER ID.
    But i want to pass the email address (user) which does not  a SAP user id?
    how to do this.

    Hi Brad Bohn,
    I have coded  like below. I could see the mail in SOST, in that from address is as 'myname'.
    But the mail does not reaches to the recipient.
    Can you tell me where the problem is?
          DAta:: from_addr TYPE REF TO CL_CAM_ADDRESS_BCS,
                     lo_bcs_recipient  TYPE REF TO if_sender_bcs,
                     send_request TYPE REF TO cl_bcs.
          CALL METHOD cl_cam_address_bcs=>create_internet_address
            EXPORTING
              i_address_string   = 'myname at the rate of domain'
              i_address_name   = 'myname'
            RECEIVING
              result                    = from_addr.
                CALL METHOD send_request->set_sender
                  EXPORTING
                    i_sender = from_addr.
              CATCH cx_send_req_bcs .
                IF sy-subrc <> 0.
                  CLEAR sy-subrc.   " added to hide warnings.
                ENDIF.

  • New email address but emails sends from old email

    how do I fix this, I have a new email address, but still receive emails from the old email, I am received emails from the new email account but when I send an email it sends from the old email address. I've checked the setting but cannot figure this one out.
    Please help.
    Jackie

    https://discussions.apple.com/message/16599701

  • Email sending from old account that I erased

    I have two email addresses, one person and one business. I have them both as accounts in Mail but last week erased my business account. It now no longer shows up as an option to send emails with.
    The problem is that even though I am now sending all the emails with my personal account, I specifically select that account for the From line and see that it sending from that account, when I get a reply from the person I see that it actually sent with my erased business account. If I go to sent items it also shows that I sent it from that old erased account. Just to clarify these emails were sent after I erased the account so it shouldn't be doing this!
    Any help would be very much appreciated.

    That didn't work but I did figure it out in the end by pressing a lot of things on and off and restaring mail. It still isn't perfect but it is better than before. Thanks for your help

  • How do i change the sender / from address in mail? (MS Exchange)

    I have set up an MS exchange account in Mail. In OSX Snow Leopard I could change the from address. This is necessary because my account username address is not the main address I use (I work in a company's sub division). So my from is not correct generally, and it's also annoying because my own address pops up when I do a reply all.
    Any suggestions?

    You can fix this problem by adding an entry into a file on your mac. You have to add an alias, but manually so by editing this file below:
    I finally found a solution. You can edit this file where USERNAME = users acutal account on the mac:
    Close Mail.
    Go to:
    /Users/USERNAME/Library/Mail/V2/MailData/accounts.plist
    Under this:
                <key>EmailAddresses</key>
                <array>
                    <string>[email protected]</string>
                </array>
    Type:
                <key>EmailAliases</key>
                <array>
                    <dict>
                        <key>alias</key>
                        <string>[email protected]</string>
                        <key>name</key>
                        <string>Name 1</string>
                    </dict>
                </array>
    Save version of file.
    Open Mail.
    I hope this helps - it seemed to work for me.

  • Encoding issue in email send from SAP

    Hi,
    I am currently having encoding issue in email send by SRM .
    Can some one help me ?
    My problem :
    When i key in my SC subject/desc through IE7 with encoding unicode (UHT-8). Everything look fine.
    After i order the SC, Email will be sending out to the approver.
    The email received by approver is including strange character.
    Example desciption i putting on SC : Testing Encoding from IE7
    Result : Email which received by approver : Testing Encoding from IE7Â.
    Can some one advice me on this?
    Thanks,
    Vanece

    Hello Vanece,
    >
    Vanece Hee wrote:
    > (...)
    > They look fine in BBP_PD as well.
    >
    > when i trace them in SOST, the word will be look weird.
    > (...)
    Problem could come from internal and external data format.
    Depending on your SRM release, check OSS notes for report you used to generate approval mail ( RSWUWFMLEC, RBBP_NOTIFICATION_APP, etc.).
    >
    Vanece Hee wrote:
    > (...)
    > When i change the encoding setting in outlook to unicode for the email, it work for some email only.
    > (...)
    Ask to your Outlook team to have a look at Outlook settings.
    You can also check OSS note 1319517 - Unicode Collection Note.
    Regards.
    Laurent.

  • DISTRIBUTION LIST WITH EXTERNAL EMAIL SEND FROM OUTSIDE

    Hello to all,
    I'm new in the foruum.
    i have the following problem with Distribution Lists.
    I have create one Distribution List which include email address from our company and external email address.
    When i send from inside all works fine.
    But when i send from outside the email received from inside users(email addresses of my domain) but never received from outside email addresses.
    How can resolve this issue?
    Pls help

    Read carefully my question.
    i have change this setting when create the group.But my problem isn't that users from outside can't send to distribution list. The problem is that in my distribution list i have email addresses from my company (@domain.com) and external email addresses (@gmail.com,@yahoo.com).
    When a user from inside send to the Distribution List all works fine. When a user from outside send to the Distribution List, users from my company(@domain.com) which include in the Distribution List receive the email but user with external email addresses(@gmail.com,@yahoo.com)
    didn't receive the email.

  • Unity Connection 9.1 - SMTP Send from Address

    Hi,
    Does anyone know how to change the SMTP sent from address and alias when receiving a VM in Outlook?
    For example I receive VM's from an account alias of "Cisco Unity Connection Messaging System" and I would like to change this. It looks like it is linked to a local account configured on the Connection box with an alias of UnityConnection. The fields are greyed out and i'm not able to edit them directly, the only field that I wish to edit is the display name.
    I am reluctant to delete the account and re-create one of my own using the same alias in case emails stop being sent. Has anyone any ideas or experience with this issue?
    Thanks,
    Phil

    Yes it can be different than the OS domain. Secretly CXN is a Postfix mail server so this is essentially configuring the domain of the subscribers' mailboxes. As it will warn you though there are several service-impacting daemons that MUST be restarted after making the change.
    As you mentioned, the networking guide does require unique SMTP domains per-cluster. This is because most of the inter-cluster traffic occures over SMTP, including message delivery. I typically recommend a semi-human friendly nomenclature such as:
    na.voicemail.domain.com
    emea.voicemail.domain.com
    apac.voicemail.domain.com
    Please remember to rate helpful responses and identify helpful or correct answers.

Maybe you are looking for

  • Video Chat can not work on Leopard

    Just says other person can not respond I'm using Comcast Cable with Belkin N wireless router The router was just setup, so there might be something there. Error code.. Date/Time: 2008-06-18 19:14:25.803 -0700 OS Version: 10.5.3 (Build 9D34) Report Ve

  • APPS Not Working

    just bought and setup a HP 7520 printer it is running wireless and is connected to my router and pc I have printed an emailed page and a word document from PC. My problem is whenever I try one of the apps on the touch screen it goes to Apps Updating

  • Inactive Node in  Form Class  FI_CA_PAYMENT_RECEIPT

    Hi All, There are some inactive parts in form class  FI_CA_PAYMENT_RECEIPT  and its a standard form class.   Due  to  which I am unable to use it. Quick   .  Need  your  help  on  this  issue. Thanks Neetesh Moderator note - the quickest solution wou

  • TOC and Breadcrumbs

    Hi, I am working in RH8 (converted from RH5) and I created 10 new topics under a TOC Book (using same name as the old book).  When I generate the WebHelp output (without selecting the add breadcrumbs links option) the breadcrumbs of the topics in new

  • Outgoing file name as incoming file name??

    Hi, I have a scenario FILE >XI>FILE. I need to write the outgoing file with the same name as the incomming file. For example the incomming file is abc.txt. The outgoing file from SAP should be abc.txt. Any SUGGESTIONS!! Regards Vijaya