Ios changes sender address depending on receiver

It appears that my ipad has stored specific sender addresses for specific receivers. But why, how and where?
Example: I write an email from my account no. 1. As soon as I enter the recipient A the sending email address chnages to my account no. 2. If ai do the same thing with recipient B the mail address changes to my account no. 3. if I wrtie to person C the sending account remains my account no. 1

I wonder if this is for example where you're replying to an email and that email has come in to a specific account? If so it would make sense for any reply you send to be from the account the recipient initially emailed?
So person who emails you sends an email to EmailAddressC and let's say you've got EmailAddressA setup as default, if you reply to this person it would make sense for the reply to come from EmailAddressC, if it came from a different email address recipient may have doubts about authenticity for example?
Hope this makes sense.
Regards,
Steve

Similar Messages

  • Change sender address when use function SO_NEW_DOCUMENT_SEND_API1

    The requirement need change the sender address when use function   SO_NEW_DOCUMENT_SEND_API1.
    for example,the fixed sender  is '[email protected]'. how to change the sender address. could you please
    provide a instance?

    Hi 莫言,
    As explained in mail home wiki here, this function module is obsolete and complex to use, please use CL_BCS instead. You can find lots of example there. And it is pretty easy to change sender address using CL_BCS instead.
    Best regards,
    Jerry

  • Changing sender address using  FM  :  SAMPLE_PROCESS_00002040

    Hi All ,
    I am using the BT FM SAMPLE_PROCESS_00002040 for sending emails in PDF form to email addresses . Is there any method thru which I can change the sender email address in this . SAP currently takes the sender address from the user master settings . I need to change it to something else . Is this possible and how ?
    Any help would be appreciated ..
    Thanks

    Hi Ankit,
    Please refer the OSS notes 988859, 989043 for the below requirement.
    1.     Snote 988859: Adding a new field INTUSER in the structure FINAA for sender address.
    2.     Snote 989043: Code changes for variable sender address for payment advice notes by email.

  • Is it possible to change sender address from internal to external

    Hi
    I'm trying to find a way to send emails with exchange 2010 sp1 and change the from address
    for example i want to block send address [email protected] and send it as [email protected]
    Both email addresses existing as users (not alias)
    i want to assign the bb*@conto.com  email addresses to blackberries and droids
    Any ideas?
    Regards

    As a rule, you cant change the FROM: when sending from clients when using Exchange, except when using POP or IMAP, or two separate mail-enabled accounts that the user has SEND AS permissions for, or if you use 3rd party products such as ChooseFrom:
    http://www.ivasoft.biz/choosefrom2007.shtml
    If you want to do this from a mobile device, you will need to contact support for that device and ask them if that is possible in an Exchange environment.
    P.S. 2010 SP1 is no longer supported. 
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • PDFG IPP Printer --- Change Sender Address

    We have recently purchased LiveCycle ES PDFG and want to use the built-in IPP printing functionality. We have it working for the most part but the process fails at our SMTP server. Our SMTP servers only accepts senders address with valid domains. The error is as follows: <br /><br />2009-03-10 15:49:34,379 INFO  [com.adobe.ipp.pdfgclient.EmailSender] EmailSender error : 553 5.1.8 <serviceaccount@LIVECYCLESERVERNAME>... Domain of sender address serviceaccount@LIVECYCLESERVERNAME does not exist<br />2009-03-10 15:49:34,379 INFO  [STDOUT] java.lang.Exception: 553 5.1.8 <sa-serviceaccount@LIVECYCLESERVERNAME>... Domain of sender address sa-serviceaccount@LIVECYCLESERVERNAME does not exist<br /><br />I've configured the following services with a valid domain ID to authenticate to our SMTP server (Email 1.0; EmailService 1.0; provider.email_sendmail_service 1.0) and populated the "from" field in Email 1.0 with a valid domain account as well. Restarted all the services, rebooted the server... still no luck.<br /><br />Forgive me, but I don't have much experience with this product.  We have a very short turnaround to roll this out and any help would be appreciated. Cheers.

    We have recently purchased LiveCycle ES PDFG and want to use the built-in IPP printing functionality. We have it working for the most part but the process fails at our SMTP server. Our SMTP servers only accepts senders address with valid domains. The error is as follows: <br /><br />2009-03-10 15:49:34,379 INFO  [com.adobe.ipp.pdfgclient.EmailSender] EmailSender error : 553 5.1.8 <serviceaccount@LIVECYCLESERVERNAME>... Domain of sender address serviceaccount@LIVECYCLESERVERNAME does not exist<br />2009-03-10 15:49:34,379 INFO  [STDOUT] java.lang.Exception: 553 5.1.8 <sa-serviceaccount@LIVECYCLESERVERNAME>... Domain of sender address sa-serviceaccount@LIVECYCLESERVERNAME does not exist<br /><br />I've configured the following services with a valid domain ID to authenticate to our SMTP server (Email 1.0; EmailService 1.0; provider.email_sendmail_service 1.0) and populated the "from" field in Email 1.0 with a valid domain account as well. Restarted all the services, rebooted the server... still no luck.<br /><br />Forgive me, but I don't have much experience with this product.  We have a very short turnaround to roll this out and any help would be appreciated. Cheers.

  • Change sender Address when using SAP Mail via Exchange

    Hi,
    I'm using FM  ZSO_DOCUMENT_SEND_API1 to send email with .pdf attachment. all works fine but the recipient sometimes replies to the email which I dont want to happen, so I need the email to appear to have come from an alternative address than mine.e.g. from 'saphelpdeskatxxx.com' 
    ....code I have tried to change is Originator here...
    CALL FUNCTION 'SO_OBJECT_SEND'
           EXPORTING
              EXTERN_ADDRESS             = ' '
              FOLDER_ID                  = ' '
              FORWARDER                  = ' '
                OBJECT_FL_CHANGE           = OBJECT_FL_CHANGE
                OBJECT_HD_CHANGE           = OBJECT_HD_CHANGE
              OBJECT_ID                  = ' '
                OBJECT_TYPE                = OBJECT_TYPE
                OUTBOX_FLAG                = PUT_IN_OUTBOX
                ORIGINATOR                 = ORIGINATOR  <----
                ORIGINATOR_TYPE            = ORIGINATOR_TYPE
              OWNER                      = ' '
              STORE_FLAG                 = ' '
           IMPORTING
                OBJECT_ID_NEW              = OBJECT_ID_NEW
                SENT_TO_ALL                = SENT_TO_ALL
                ORIGINATOR_ID              = SENDER_ID
    but that doesnt work.
    Is this something I need to do with Exchange and not SAP?
    Any help appreciated.
    Steve

    Hi Aditya,
    I took a copy of the SOI1 function group, called it ZSOI1. Copied Function  SO_NEW_DOCUMENT_ATT_SEND_API1 to Z version. In there there's a call to FM ZSO_DOCUMENT_SEND_API1
    In call arguments set SENDER_ADDRESS to desired static email address, then set SENDER_ADDRESS_TYPE = 'SMTP' - it was that statement that I was stuck on for months
    Hope that helps,
    Steve

  • Change sender address for reports in waas

    Hi all
    when schedule a report and send it by mail to us we receive a mail with sender [email protected], our customer wants to change this
    i have checked the config properties in CM (not CLI) and looked after button of reports but i can't find an option to change this
    please advise?

    It is not a configurable property today. Will be considered as an enhancement request for future releases.

  • Change send address for calendar reminder e-mails

    I use Apple's calendar on my iMac and IOS devices.   I often have it e-mail a reminder to me.
    The e-mail address being used to SEND the emails is an old one that I do not use and want to get rid of.  But, I can't figure out how to tell calendar to use a different email to SEND reminders to my normal email address.   Is there any way to get Calendar to use a different email to send reminders to me.
    Thanks.
    P.S.  Yosemite runs fine on my 3 year old iMac. And, amazingly enough, IOS 8.2 runs well on my old iPad 2, slow, but it runs well.

    Can you delete the old address in add Invites and enter the new one?

  • How to change Sender mail addres in sapconnect.

    Hi,
    I have searched this and i have found a thread, but i cant see it because when i click the link, giving a message "No message Found". Can you open this thread?
    https://forums.sdn.sap.com/click.jspa?searchID=738174&messageID=1287908
    Anyway, is it possible to change sender address when i am sending mail with FM SO_NEW_DOCUMENT_SEND_API1 ? How ?
    I looked at fields of structures, but i haven't found a field to change sender addres.
    Thanks
    Ibrahim

    Hi Ibrahim,
    i can't also use the Link.
    I use for sending this FM:
      CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = DOC_DATA
                PUT_IN_OUTBOX              = 'X'
                COMMIT_WORK                = 'X'
               SENDER_ADDRESS             = 'SAP_USER' "Your SAP User
               SENDER_ADDRESS_TYPE        = 'U'
           TABLES
                PACKING_LIST               = OBJ_PACK
                CONTENTS_TXT               = OBJ_TXT
                CONTENTS_BIN               = OBJ_BIN
                RECEIVERS                  = REC_LIST
           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.
    Perhaps you can use this FM
    Regards, Dieter

  • How can I change email address RIM sends mail to?

    I have two emails, one that's strictly friends and family, and one for everything else. A while back I changed the "everything else" address to gmail. Although I've never submitted my personal address to RIM (other than setting up that email on my phone), they've begun spamming my personal mail with daily "notifications." I don't mind getting the mail, but 1. I don't want it coming to my personal address, and 2. I find it very disturbing that RIM harvested my personal account info to use at their convenience. I see in the emails I receive I can "unsubscribe," although they'll still send me mail they deem important. I don't want that, I want to give them my new everything address, so they'll stay out of my personal acct. I have thoroughly searched their site, but see no way to submit this new address, or to set up my acct preferences for my interaction with RIM. Please tell me how to change my address with RIM, or to at least contact them, not about my phone, but about their service (there doesn't appear to be any such option among the "Contact Us" selections they offer). Thanks very much!

    Notifications of what?
    I promise you, from all I've seen, you would have had to check a box in something stating you want to receive updates, etc., from BlackBerry. They certainly haven't "harvested" your email address from simply being loaded to your BlackBerry.
    You need to unsuscribe from the current emails you're getting. Even if you don't want to.
    You probably downloaded an OS or file update or Desktop Software somewhere that you clicked to agree to receive updates.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Since upgrade to Yosemite, whenever I send an Email, the receiver sees it as coming from my wife only in the "From" column regardless of which signature I use. How do I change this?

    I recently upgraded to Yosemite.
    When I send an Email, the receiver sees that it comes from my wife in their "from" column
    We have separatee signatures that I can chose from and our Email account is identified with both of our names.
    How do I change this so that when I send something, the receiver knows it is from me and not from my wife.

    It may be that you have more than one outgoing mail account, and you're sending from the wrong one. From the Mail menu bar, select
              Mail ▹ Preferences...
    The Mail preference dialog opens. Select the Composing tab from the row of icons at the top. From the menu labeled
              Send new messages from:
    choose
              Account of selected mailbox
    Note that this setting may have no effect if you start a new message while a VIP or smart mailbox is selected in the mailbox list. Those are saved searches, not actual mailboxes.
    If the problem remains, select the Accounts tab in the preference dialog, then select the affected account in the list on the left.
    In the Account Information pane, select the correct server in the menu labeled
              Outgoing Mail Server (SMTP)
    If there's only one server in the menu, select
              Edit SMTP Server List...
    and add a new server with the correct settings. If you're not sure how to do that, try the Mail Settings Lookup.
    Another possibility is that the wrong card in your address book is selected as yours. Select your card in the Contacts application. Then select
              Card ▹ Make This My Card
    from the menu bar.

  • TS3899 How do I change the address that my iphone sends when i send mail.  I have deleted the account but it still shows up as the account that will be replyed to if people hit reply.

    How do I change the address that my iphone sends when i send mail.  I have deleted the account but it still shows up as the account that will be replyed to if people hit reply.

    Hey There I didn't need to change it as it shows my correct name in my icloud account. The problem is on my Mac where it still shows my Full name as my partners name.
    For eg. if I send an email from "Mail" on mac and I use my icloud account then the name that shows up is my partners name when the email is received. If I send an email from the Icloud Mail box that I log into on my browser then the name that shows up when the email is received is my name which is correct.
    When I go into preferences in "Mail" on my Mac to change my name, the name is ghosted out and doesn't allow me to change it ! ? It is here that it still show my partners name ?

  • Just downloaded iOS 7.0 on iPhone and now cannot send email -sender address rejected by server???

    JusJust downloaded iOS 7.0 on iPhone and now cannot send email -sender address rejected by server???

    What happens when you go to the web based mail for your email account?
    Are you able to login and send / receive messages from the web?
    If so, you might need to check outgoing email settings on your iPhone
    Settings > Mail, Contacts Calendars
    Tap on the account you are having an issue with
    Tap on the email address beside the word Account
    Tap on info beside SMTP  (SMTP = outgoing mail server)
    Tap on the SMTP server name again. 
    Make sure server is turned on
    Check settings & port info, password, etc.
    Good luck!

  • We changed our password on our email and now I can't send emails I can receive them.

    We changed our email password and now we can't send emails.

    Hey there Darlene E,
    It sounds like after you changed your email password you can send email, but cannot receive them. Try out the troubleshooting in this article named:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Try these basic troubleshooting steps first
    Tap Safari and attempt to load a webpage (try any webpage). If you can load a webpage, then your device has Internet access. If you are unable to load a webpage, follow these troubleshooting steps.Try to use an alternate Internet connection if available:
    Try a different Wi-Fi connection
    If your iOS device has an active cellular data plan, tap Settings > Wi-Fi and turn off Wi-Fi.
    If the affected email account is provided by your Internet provider, see if your issue is resolved while connected to your home Wi-Fi network.*
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • TS3899 i can receive mail but not send. It states my sender address is not recognised?

    I have set up my new ipod touch 5th and now get incoming e mails. However I can't send mail. It simply states that the sender address was rejected by the server. How can I correct this.?

    See:
    iOS: Unable to send or receive email
    Have you tried more that one recipient??

Maybe you are looking for

  • Error launching default browser

    I had downloaded and installed the trial versions of PSE 12 and PRE 12 in late November, 2013. Purchased both December 23, 2013 and downloaded both. Did not realize I could just enter the new product codes, and instead re-installed both. All seems to

  • Java class namespace conflict between two Web services

    We have been asked to develop a client that can call two different versions of a live Web service. Unfortunately the people who developed the services that we have to call used overlapping namespaces when they created the new version. We are using th

  • My granddaughter deleted my FireFox home page. How do I get it back?

    Firefox home page was deleted. How do I get it back

  • Explain the SQL Query execution

    Hi, select replace('123,45,6,7',',',chr(10)) from dual; REPLACE('1 123 45 6 7 Thanks,

  • Scroll Lag Problem

    Hi I tested Firefox (28 and 29 beta) on my Galaxy S4 but when I zoom the page and scroll to anywhere,it is not smooth,it is too laggy so I can't use firefox on my mobile phone.Can I resolve this ?