Sending E-mail to more than one mailadress

When sending purchase order on E-mail to vendor, SAP only take the E-mail adress defined as the main E-mail adress on vendor.
What can be done to send the purchase order to all E-mail adresses defined for a vendor?
br
Terje

Hi,
SAP has a solution which allows you to maintain individual mail titles, mail texts or several e-mail addresses for a vendor.
Please refer to OSS note 786847.
Cheers !

Similar Messages

  • Outlook (ex Hotmail) on iPhone refuses to send e-mail to more than one person

    Hi,
    I have two questions today...
    When I try to send an e-mail to more than one person from my @outlook.com address on my iPhone it fails everytime and a message pops up that it could not connect to the server. Sending e-mails to one person at a time works perfectly. I think this is a Microsoft issue as I had to verify that I was "human" before I could send a test e-mail to more than one person while logged into the Outlook website on my PC. I never had problems like this on my old Gmail and Ymail accounts. Any ideas how to fix this?
    Alternatively, I can use my @icloud.com e-mail address, but this leads to my second question. Apple states that I cannot use my iCloud e-mail address as my Apple ID. I do however not want to keep two mailboxes. Can any e-mails Apple send me (eg. receipts for purchases, etc) be sent to my iCloud address? I'll can then just keep the other e-mail address just for the Apple ID but do not have to monitor it. It this can be done please advise where I can change this.
    Any advice will be greatly appreciated.

    Some style rules that Firefox handles well on the screen can cause this problem. Many email sites have a print button which simplifies the message format and removes navigation elements, etc., and Firefox generally handles print-formatted pages better. If your email site doesn't have print-formatted pages or those do not print, a "hack" is to select the text you want to print and then choose the Selection option in the print dialog.
    To hide email addresses from recipients, you need to place them in the BCC field. What do you put in the TO field in that case? You can use your own address.

  • Applescript: Sending a mail to more than one person

    I have a script tp send a message that the server has started in the morning to people.
    How can I get it to send it to more than one person?
    I use
    *set mailto_addr to [email protected]*
    how do I ad people to it?
    Thanks

    I saw that but do not know how to incorporate it.
    Either use a repeat loop:
      set recipient_list to {{name:"a", address:"[email protected]"}, {name:"b", address:"[email protected]"}, {name:"c", address:"[email protected]"}}
      set newMessage to (make new outgoing message with properties {subject:"The Subject", content:"your message here", visible:true})
      tell newMessage
        repeat with eachRecipient in recipient_list
          make new recipient at end of to recipients with properties {name:eachRecipient's name, address:eachRecipient's address}
        end repeat
      end tell
    Or add them individually:
      set newMessage to (make new outgoing message with properties {subject:"The Subject", content:"your message here", visible:true})
      tell newMessage
        make new recipient at end of to recipients with properties {name:"a", address:"[email protected]"}
        make new recipient at end of to recipients with properties {name:"b", address:"[email protected]"}
        make new recipient at end of to recipients with properties {name:"c", address:"[email protected]"}
      end tell

  • External e-mail to more than one organizational object

    Is there any way to send an external e-mail in a mail step on the WF, to more than one organizational object, without getting their mails?.
    I mean, I have a table with OTYPE and OBJID
    (example:
    line 1: 'US' 'USERNAME'
    line 2: 'O' '123456'
    line3:  'S' '56789'
    I can send them a work-item or a notification, but can I send them an external e-mail in a mail step?
    If not, how can I get their mails with an FM?
    Thanks!!!!

    Hi,
    send an external e-mail in a mail step on the WF, to more than one organizational object
    1) Get the Email ids of the Org. Objects and stored it in a Multiline Container element and assign it in the 'Send Mail' step
    2) Other wise, you have to create a Method in the BO, in the Method get all the email ids of the Org. Object. Then using the Function Module  [SO_NEW_DOCUMENT_ATT_SEND_API1|https://wiki.sdn.sap.com/wiki/x/nYKdAw]  to send the email.
    Regards,
    Surjith
    Edited by: surjith kumar on Jun 9, 2009 6:53 PM

  • Isd there a way to have mail use more than one address per person from the address book?

    Have a group in address book and some of the records have more than one email address. Is there a way to have mail use both addresses or do I need to have an individual record for each email I want to send to?

    This article seems to describe a way to do what you want.

  • Forward the mail to more than one agents in User Decision Step

    Hi All,
    I am referring blog
    http://wiki.sdn.sap.com/wiki/display/XI/User%20Decision%20step%20in%20SAP%20PI%207.1%20-%20Part%20I
    But my requirement is to forward the mail to group i.e. more than one agents in User Decision Step
    How to do this.
    Regards

    Hi,
    Even my requirement is similar one.
    I have to forward the mail to SAP Inbox of a group of user.
    Anyone of the Purchase team can process the message .
    Please suggest how to make our user decision step so that it is forwarded to multiple users for processing.
    Regards
    Henery

  • Sending text msgs to more than one person

    OK, I realize I'm probably just a doofus who can't figure this out, but how do you send a text message to more than one person on the iphone? I swear I've looked everywhere. Help, please? Thanks!

    You will need to use the email feature of the iPhone to do this.
    To send Apple feedback: http://apple.com/feedback

  • Configure workflow notification mailer for more than one domain

    Hi ,
    Is it possible to configure workflow notification mailer for two different Domains ?
    We are using more than one domain so the notifcations/mails has be to be directed to more than one domain .
    please guide me through some docs .
    Regards .

    Duplicate thread (please post only once)
    plz help me...!!!! Workflow Notification Mailer
    plz help me...!!!! Workflow Notification Mailer

  • Why does FireFox truncate part of an E-mail of more than one page when I try to print it out? How can I sent an E-mail blaet to several but only show one name o

    When I try to print out an E-mail that is longer than one page, part of the 2nd page is truncated. I then have to go to Safari to print out the entire E-mail without part of it being truncated.
    When I have multiple E-mail addresses on a single E-mail, how can I send the E-mail so that each recipient only sees his/her name and E-mail address rather than everyone else that the E-mail is addressed to?
    Please advise.
    Thank you.
    Bill Leete

    Some style rules that Firefox handles well on the screen can cause this problem. Many email sites have a print button which simplifies the message format and removes navigation elements, etc., and Firefox generally handles print-formatted pages better. If your email site doesn't have print-formatted pages or those do not print, a "hack" is to select the text you want to print and then choose the Selection option in the print dialog.
    To hide email addresses from recipients, you need to place them in the BCC field. What do you put in the TO field in that case? You can use your own address.

  • Sending e-mail to more than the person resp. when budget almost exceeded

    Hi,
    The configuration has been done for sending a warning e-mail to the person responsible using transaction (OPS6). However, the requirement is to send this e-mail to some other employees in addition to the person responsible. Could anyone explain to me how to implement such requirements, either at configuration level or using ABAP?
    Best regards,

    May be you can create an group e-mail ID (distribution list) and assign this to person responsible. This would send e-mail to all the people grouped in this mail ID.
    I never tried but seems plausible.
    Regards
    Sreenivas

  • How to send the invoice through more than one E-mail Ids?

    Hi Experts,
    I need to send invoice to two email ids. I made a set up in vv31 by setting the transmission medium 7 but
    it doesn't work.
    The customer is asking that when i do invoice it should go to two email address.
    Which output type i should take?
    Kindly help me regarding this.
    Thanks
    Raghu

    Hi,
    In VV31
    In communication maintain recipients as your 2 Emil id's and recipient type
    If you have customized output then take that if Not then use standard RD00
    Kapil

  • How do I send, or bcc to more than one person at a time?

    I have used outlook express for years and grown very familiar with it. I switched to Thunderbird because of mail problems in WIN7. I have no problem receiving, or sending to one person. The email autofills the name of the first person, but when I try to type another name, the first is deleted. This is the same on TO: or BCC. Also, is there a way to avoid having to click on the field "show remote content" on every message.
    Thanks for any assistance.
    Norman

    I missed your 2nd question.
    This article explains how to always show remote content and the risks of doing so. You can make that call. Adding your trusted senders to your address book will allow content from them and is the recommended action.
    http://kb.mozillazine.org/Privacy_basics_(Thunderbird)

  • Mail having more than one notification for each mail received

    ever since I've upgraded to Yosomite X from Mavericks the Mail built in app is been acting weird. As Soon As it is connected to the internet the Mail Application collects emails n i keep on getting notifications at the top right bar for each single mail i would get minimum two notifications if not four or three. Am getting annoyed by this issue especially if ur waiting for an email n hyped about it i would be disappointed lol.
    Plz if anyone has a solution for this offer you're help and it is well appreciated.

    Mail preferences under Compose tab. Set which account to send mail from, or set it to use the highlighted account.
    You might also verify in Mail preferences under Accounts, that each account has it's own SMTP server. Be sure the correct one shows for each account. I would also check the box to use only that server for that account, which will insure that the correct server and only that server will be used for the account. Otherwise if the SMTP server for the sending account fails, it will just switch to another account's server.

  • HT1338 sending of mail takes more than than other mail accounts

    Got a new mac pro, and made an yahoo.account on the mail.
    When im sending mails with pictures, it takes a lot of time than usual .
    It was set ut as the apple mail usual sets up. Very easy-

    I know nothing about networks and all the techs involved. I only have a modem, airport extreme and I use at&t as a DSL provider.
    When I send an email, while sending, if I click on connection doctor it shows "connecting..." during that 30 seconds period. If I send another e-mail immediately after, it goes fast.
    What makes me believe the problem it's about Mail is that it works fine with another software (Eudora) in my Macbook, and also with a PC. I tried another Macbook with Mail and the problem persists. This is not a big issue, but it is not normal. I will try the new Snow Leopard and hope that will fix the problem.
    Thanks for your attention.

  • Can not forward e-mails to more than one address at a time. Just installed the latest upgrade.

    Prior to the recent update I was able to add addresses to an e- mail message for forwarding by touching a letter on the keyboard. Contact list would pop up and I could select a name and I . could continue this 8 or 9 times if desired. Adding an address each time
    Currently the updated system will only allow the selection of one name. What happened??
    How do I get it back the way it was???

    I have the same problem, did you get a resaloution?

Maybe you are looking for

  • Disk Utility can't repair and refuse Partition to work

    Hi, Is there any ways to solve this message appearing in the Disk Utility? When i click repair disk on Disk Utility, message shown; Repairing permissions for “Macintosh HD” Permissions differ on "System/Library/Frameworks/JavaVM.framework/Versions/A/

  • Using Second Display

    I am in the process of buying a flat panel LCD. It has a PC input. I was curious if it anybody knew if it was possible to use the flat panel as a secondary monitor. The trick is I'd like to use it wirelessly. Something as simple as sticking in a Wire

  • Problem with data types

    Hello gurus!! We're having problems starting our WF because a requirement asked that all the prices must have decimals, so we changed the data types from number to dec, and the following error then appeared: Excepcion CREa20:Error al ejecutar el meto

  • HT1947 What if your Apple TV remote is broken?  How do you get the dang thang on in order to initiate?

    If the remote is shot, how do you turn the thing on in order to get the remote app synched?

  • Material Batch Classification Update

    Hi , Is there a Function Module or BAPI to update Material Batch Classification ? Thanks.