Multiple Sender Addresses

Hello everyone,
it is possible to have multiple sender addresses?
yours sincerely
KarlKunz
Post relates to: Pre 2 p102ueu (Unlocked EU)

Hello!
Unfortunately that feature is not directly avail but can get apps from our app catalog that would give this function.

Similar Messages

  • Human workflow Multiple Send Addresses removal

    We have configured Multiple Send Addresses by setting ASNSDrivers attribute in SOA suite 11.1.1.5 PS4 as per the Administration guide.
    There are scenarios where we are required to remove/delete some of the addresses.
    How do we do that?

    Hi Andrew,
    That's correct, you would need to know all the email addresses if you are using my above approach.
    If you can use another field to populate the 30 odd email addresses in a single line in the format I mentioned in my previous post. Although, I don't see any easy way of doing that, OOD does not provide a function to replace a charcter in the expression builder.
    Please let me know if you are able to get this working.
    Thanks,
    Royston

  • Mail.app and multiple sender addresses?

    I'm trying to figure out if Mail.app can be configured to have multiple sender addresses like Thunderbird can. The reason for this because I want to use "+" address for mailing lists.
    Let me explain so there is no confusion. I sign up for a mailing list using the e-mail address: <username>+<listname>@gmail.com
    I have setup Mail.app to connect to Gmail via pop and can download and send e-mail fine using <username>@gmail.com. However I need to be able to send e-mail as <username>+<listname>@gmail when I'm replying or posting to those mailing lists.
    I can't seem to find a way in Mail.app to let me change who I'm sending as. Does anyone have a Mail.app solution to this problem?

    Hello,
    I never saw your original post.
    I have not tried this specifically with a Gmail account, but don't see why it wouldn't work. See the Mail Help and the following Support doc link for email aliases:
    http://docs.info.apple.com/article.html?artnum=302215
    Those about .mac aliases do not apply.
    Ernie

  • Send invoice (copies) to multiple email address

    Hi,
    Is it possible to send invoice(copies) to multiple email address? how?
    Understand that we can maintain multiple email add for a customer. Example if 5 email add has been maintained for customer A, let say if I need to email 1 original invoice to email add 1 and email the other 2 copies invoice to email add 2 &amp; 3 , how do I select the email add 1, 2 &amp; 3 from the customer under the OUTPUT of change invoice (VF02) when we only input the customer code under Partner?
    Appreciate your inputs on the above.

    Hi,
    I think it is possible to send invoice copies to multiple email addresses using comma in between them.
    Regards,
    Sarosh

  • Can i send to multiple email addresses for the same contact

    I coach a baseball team and I want to create contacts under the kids' names with email addresses for both parents listed.  Can I send email to multiple email addresses listed inside the same contact?  I hope this makes sense.
    Thanks!

    You can do it individually, but it can also be done with Groups in Contacts, but you will need to create two or more groups. Once you have created the Groups in Contacts, drag the contacts that have multiple email addresses into each group. Then, select Edit Distribution List… from the Edit menu in Contacts.
    For each group, select one address or the other for each contact. Do the same for the other group.
    When you address an email, add both Groups to the address field in Mail.

  • I am sending emails to a Smart Group created in my address book.   The contact in my address book has multiple email addresses.  Is there a way for the email to go to both addresses?  (ex:  work and home email address under one contact)

    In my address book, I have contacts that have multiple email addresses.  (ex:  home and work)   I have created a smart group off of the company name in the contact.  When I send emails, I want it to go to both email address listed in the contact.  Is there a way to make this happen?  Or do I have to have a separate contact for each email address?    

    I will agree with you on this one. Version 31 and all the fixes so far are a mess. Since I have been here answering questions for a little more than a year now I have learned to wait to upgrade until all the dust settles. I see no end to the dust storm version 31 has caused. I am still on version 24.6 and plan on staying there for the duration. At least until the developers comes to their senses and put out a working product.

  • Is there a way to choose multiple "send to" addresses at the same time?

    I would like to send mass e-mails to different people from my contact list for different topics, picking the addresses each time rather than using a group.  I have found the " + " sign for accessing the contact list, but I can't figure out how to select more than one address at a time (and then having to go back to the " + " sign to select the next contact, etc.  Is there a way to choose the contacts you want to include in a send field in ONE step like we used to be able to do in the last version of this app?

    Is there a way to choose the contacts you want to include in a send field in ONE step like we used to be able to do in the last version of this app?
    No. You can kind of do it by dragging from the Contacts app, but the default address (first in list, I think) will be used. I you have contacts with multiple email addresses, you’d have to go to each in the address field and select the correct one.

  • When sending a PDF form by email, is there a way to make a button into a drop-down to select multiple email addresses?

    Basically, I'm wanting to have multiple recipients set up within a button, so I can pick and choose who and when I send the form to. I can only seem to get it to either send to only one email address, or to send to multiple email addresses all at one time, without the option to select a recipient upon pressing the button.
    If anyone could help, I'd be really grateful.
    Many thanks in advance.
    James

    First of all, a drop-down menu doesn't allow for multiple item selection. You'll need a list-box field for that.
    Once you have that set up you can use the value(s) selected in this field as the recipients of the email.

  • How to send mail to multiple mail address using mail pkg?

    Hi All,
    How to send a mail to multiple mail addresses using Mail package. I tried by giving multiple mail addresses separated by semicolon(as well as comma) to the To field of the Mail Package structure, it gives Invalid Address error in Message Monitoring. But if i give a single mail address it works. How to address multiple email addresses.
    Regards,
    Sundar

    HI,
    With semicolon for mulitple email ids it worked for me (long back). Anyway cross check with this aprt of SAP help-
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
    Regards,
    Moorthy

  • Sending Mail to Multiple To addresses

    Hi!
    I want to know how to send mail to multiple mail addresses.
    Thanks!

    Hi sowmiya,
    This code would do the stuff u wanted
    import java.util.Properties;
    import javax.mail.*;
    import javax.mail.internet.*;
    public class MailExample {
    public static void main (String args[]) throws Exception {
    String host = "";
              String from = "[email protected]";
              //String to = "karthik@";
              String conf_email="[email protected]";
              String temp_pwd="tererere";
              String recipients = "[email protected],[email protected]";
              // Get system properties
              Properties props = System.getProperties();
              // Setup mail server
              props.put("mail.smtp.host", host);
              // Get session
              Session sessionobj = Session.getDefaultInstance(props, null);
              // Define message
              MimeMessage message = new MimeMessage(sessionobj);
              // Set the from address
              message.setFrom(new InternetAddress(from));
              // Set the to address for a single recipient
              // message.addRecipient(Message.RecipientType.TO,new InternetAddress("[email protected]"));
              message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(recipients, false));
              // Set the subject
              message.setSubject("test");
              // Set the content
              message.setText("test");
              // Send message
         Transport.send(message);

  • Trying to set up a group email "RAM" that will contain multiple email addresses.  Receive error messages "check SMTP settings" or "Invalid email address" when I try to send a message to the group.

    I am trying to set up the group email "RAM" that will contain multiple email addresses.  I have inputted the name "RAM" as a corporation.  In the section labeled "Email" I have inputed multiple email addreses so that when I want to send an email to the group "RAM" I just have to input the name "RAM" in the section labeled "To" , input the Subject in the Subject box & the email will be sent to the multiple addresses, yet when I do I receive either one of two error messages being "Invalid Email Address" or "Check SMTP settings" each of which allows me the option of with cancelling the email or send it anyway.

    Bump. I'd like to know, too. I even have some synched Groups from my Apple Address Book I email to using Apple Mail on the Powerbook, but I can't see how to do a group mailing on the Touch either.
    In normal Mail, I just start typing the name of the group, and it autocompletes, I hit return, and it fills in all addresses in the Group.

  • Ability to send email to multiple email addresses of the same contact perso

    Hi All,
    We are using SRM 5.5.
    In "Personal Data" tab of "Employee Data" in Manage Business Partner, we have the ability to add multiple email address. But only one email can be selected as standard.
    We have a new requirement that when a bid invitation is published, the email notification has to go to all the email addresses from that list. i.e to pick up as many email addresses as are stored in the contact (personal data) screen in the Manage Partner tab.
    This changes also applies to the change and republication process of bid invitation when click on u2018inform bidder u2018 button.
    Any information would be appreciated.
    Regards,
    S K.

    One option is the following:
    1. Go to SPRO and locate "define actions for document output"; select the "processing types" for BBP_PD_BID. Look at the "Smart Form Mail" processing class / method. If it is the standard class CL_PD_BID_PROCESSING_BBP, change it to one of your own Z class and method. (You could make copy of the standard CL_PD_BID_PROCESSING_BBP class.)
    2. Modify the method PROCESS_BBP_BID_MAI_BCS of your Z class; locate the comment "Create and send email" and make changes to that section to add more email recipients of that contact person.

  • Sending from multiple email addresses.

    I have multiple gmail addresses:
    sue.OBM AT gmail.com
    sue.realestate AT gmail.com
    sue.dogwalker AT gmail.com
    (ps above emails are actually made up)
    I'm using the Apple mail client that comes with my iMac and when I send an email it keeps using only one of the servers above. 
    Even when I change the "sent from" address to sue.OBM AT gmail.com  it sends from sue.dogwalker AT gmail.com.
    And of course the person receiving it sees its from a dog walker so they either trash it as junk because they don't recognize it or they find out their business manager is a dog walker. I don't want that.
    When I open up the server list it just says Gmail: and lists all of the addresses I have, they are not listed individually like my icloud addresses are. So I can't pick a specific server to send from and it's always going from one I don't want.  I want to be able to pick and choose which server to send from depending on whom I'm sending to.
    Are there some Mac/Gmail experts out there? Is there some way for me to fix this? It's getting embarrassing! I did post to a Google forum and they said I need to set it up correctly in my mail client. But when I add a gmail address it doesn't specifically ask for a server.  (and I don't exactly know what I'd put if it did)
    Thanks a bunch, Happy Turkey Day!
    Susan
    PS I had to change the pretend email address above as Apple wouldn't allow me to put an email address in this post.

    Could you confirm what you mean by true alias? I'm not familiar with that you mean. Currently (to recap) i have multiple accounts linked to my gmail account (all gmail accounts) and i have it set up so i can pick the email address i want to use to send an email online in gmail. After setting up IMAP (not POP) i put in "[email protected], [email protected]" in the account settings which gives me the drop down box and allows me to select which email address i want to sent messages from within mail.app. Now i've sent multiple messages to friends to test this, and here are my results. When responding to an email if i select either of the drop down options it will send from that selected address. When composing an e-mail, even if i pick the options, it will default to my first e-mail address.
    It just won't let me pick the one i want to send from when i'm composing a new message, but it will let me choose when i reply to an email. sort of a strange occurrence. I know there is an option under "compose" in the preferences that let me choose the DEFAULT e-mail, but i'm assuming that just picks the first e-mail to show up in the drop down. I'm just not sure why it only works when replying, not replying AND composing.

  • How do I send to contacts multiple email addresses at one time?

    I have several contacts who ask that emails be sent to multiple emails address at the same time.  How do I do that without creating additional cards for each email address?

    Are you entering the addressees into Mail individually or are they included as part of an Address Book group? If you are using a group, I believe you will need to have multiple cards per individual.
    If you are typing the addressees into Mail's "To:" and "Cc:" boxes, you can select among multiple addresses on one contact card just as you would select among multiple people with the same first name; just repeat for each address.

  • How do I enter multiple email addresses for a Firefox Sync account?

    How do I enter my multiple email addresses for one Firefox Sync account?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

Maybe you are looking for

  • Assigning a java value(filepath) to a javascript variable

    I have a JSP where I have a java variable(obtained from session) which is nothing but a filepath(say C:\superb.xpdl). When I try to use the variable in javascript using var scriptVar = "<%= sessionVar %>";, the sessionVar value i.e. the filepath is g

  • Technical System not appearing while creating Business System

    Hi We had already created business system and assigned a technical system and all the interfaces was working fine. Now we removed the technical system and created a new technical system, since we need to point to different server. I created a new tec

  • Safari 7.1 won't open at all

    Hi, after upgrading to Safari 7.1, it won't open at all.  I noticed that it is listed in the App Store updates as having been updated twice and I don't know if that has anything to do with it.

  • Safari crash whith flash

    My safari in recent weeks collapsed more than once, pointing at the flash plug problem. Today I updated the new version of Safari, and since she just does not cost. I deleted the plugin and Safari up - but he can not play now nothing. What is the sol

  • Form works but field names don't carry over to email

    I created a form and set it up to generate an email containing the information, which will be transmitted to my client. Everything works fine, except I can't get the form field names to carry over to the email. For example, I just get the completed f