Sender Address in Outlook Inbox

Hi,
I am sending a message to an employee when they change their eg. Banking Information in our Portal using SO_NEW_DOCUMENT_ATT_SEND_API1. Which works successfully. The mail gets sent and I make the "SENDER_ADDRESS = 'PAYROLL'".
'PAYROLL' is a communications user in my system. When the mail gets sent it shows the "Owner" as the first and last name of my user with ID 'PAYROLL'. But when I release it to go to my outlook inbox, the username in the FROM field is 'PAYROLL' instead of the First and last name combination in the USR01 record.
What I want to know is if there is some configuration in SCOT where I can tell it to use the Firstname+lastname combination to out this in the FROM field when it gets sent to outlook.
Thanks and regards,
Ronald Meyer

Hi,
Just a further example.
If workflow sends a mail, it uses WF-BATCH (Username = Workflow UserSurname = System)
When the mail gets sent to Outlook from SOST, the "FROM field in Outlook Reads "Workflow System" and not WF-Batch, this is what I wish to achieve.
Any feedback will be appreciated.
regards,
Ronald Meyer

Similar Messages

  • Sending mail from workflow inbox to outlook,when idoc error occurs

    Hi All,
    I tried to send a mail to outlook from workflow by giving the email address in the step mail, but it was not working.
    i am getting the workitem in the sap inbox so tried setting the automating forward which we can forward from the sap inbox to outlook.
    Searched in SDN , but my issue was not solved..
    Could you please help me out with this issue to get the mail from workflow to outlook inbox.
    Thanks,
    Praveena

    Hi Praveena,
    Please check if the necessary SCOT settings have been made in your system to send mails outside SAP box. Check with your basis team if the SMTP connection between external system (Outlook, Lotus, etc) has been maintained or not.
    Then check in t-code SOST if you are getting the mail here when sent from workflow.
    Hope this helps!
    Regards,
    Saumya

  • Send Workitem from Sap inbox to outlook

    Hi all,
    Any one please explain how to send workitems in sap inbox to outlook.
    What all configurations are needed?
    Thanks in advance

    First you need to be able to send an e-mail from SAP Business Workplace to your e-mail address. If that's not in place you need to configure the e-mail connector or whatever it is called. Basis people should be able to help you with that. It not only involves setting up SCOT to transmit messages with address type INT, you also need to have jobs running on your application server to pass on the SMTP messages.
    Once that is working you can start thinking about e-mail notifications for workflow. If you have transaction code SWNCONFIG in your system, you should use the extended notifcations that you configure there - that is SAP's recommendation. In order to use it it seems you must have SAP Web AS running.
    The other alternative (unless you are on a release < R/3 4.6C) is the report RSWUWFML2.
    For assistance setting up any of these three, please post your specific questions.
    In both cases you need to have a sender address defined for the user that executes the report, any user sending e-mail must have an e-mail address in the user record.

  • Can't send email from Outlook with parentheses in address

    I can't send email from Outlook 2007 through my WRT400N when Outlook displays the address with parentheses as in this example: Firstname Lastname ([email protected])
    I can send if the address is in this form: Firstname Lastname <[email protected]>
    I have tested with the ISP and nothing gets through the router when the problem occurs. When I bypass the router, both forms of address will send correctly. This problem is perfectly reproducible. My router is brand new, but the problem did not show up for about a week after installation. OS is Win7. Any ideas? Thanks.
    -JimW
    Solved!
    Go to Solution.

    Try to forward the port 443 to 447 on the router.Check this link.

  • When i try and click on an email address is sends me to outlook instead of yahoo email? I changed the settings in internet options so now it opens internet explorer to open yahoo email. Now what

    When I am in craigslist and want to respond to an ad, I click on the email address and it was sending me to outlook express. Then I went into internet options and change the email client to yahoo, and now it send me to yahoo mail ,which is where I want to go. But it is sending me through Internet Explorer, and not Foxfire. What is going on and how do I fix this? I have Foxfire 6.0.

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • Any changes in PA30 need to send a mail to the Managers outlook inbox

    Hi,
    Any changes in PA30 (ESS) need to send a mail to the Managers outlook inbox  .
    Kindly let me know the Standard workflow template and  to built the Custom function module in Rule .
    Thanks in advance,
    Richard A

    <i>Any changes in PA30 (ESS) need to send a mail to the Managers outlook inbox</i>
    If its just an email do u need a workflow for it? Configure dynamic actions which will call a subroutine when a change is made to the infotype and send email from that subroutine using SO_NEW_DOCUMENT_SEND_API1.(you can include the necessary logic for determining the approver in the same subroutine).
    Thanks,
    Prasath N

  • Outlook 2010 address book prompt out hen trusted program try to send email through Outlook 2010

    Dear all,
      My program will send email through Outlook 2010(in cache mode). Sometime it may prompt the address book out and pend here, and we need to manually click "OK" to let the program run again. Although we re-write the program in
    Java and send by JavaMail now, but we are interested why the address book will prompt out.
      There are no pattern that we can guess the reason. Different recipient, different subject/content/have attachment or not can casue the address book prompt. But same email with same content/everythings may not cause prompt before and/or after.
      We try to change to offline address book and need manual sync, problem still occur.
      Just for interest~
    Cyrus
    [Sorry that MSDN not allow me to upload the cap screen :( ]

    Firstly, there is no such thing as a "trusted program" to Outlook. It only trusts COM addins, all other applications will cause a security prompt unless you have an up-to-date anti-virus app installed (if you can control the client environment).
    See http://www.outlookcode.com/article.aspx?id=52 for the list of your options. Essentially it is either installing an antivirus product or using a library such as
    Redemption (accessible from Java) or a utility such as
    ExpressClickYes.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • Maintaining Constant Sender Address in the Email of Batch Job

    Hi,
    I have created a smartform whcih will be sent via Batch job at a partcular time .And everytime the Sender Id is "BATCH.JOB". 
    Actually the businesswants the sender address to be XYZ.com instead of BATCH.JOB
    Iam using the below FM to send email.
    Can anyone help in this issue.
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
         EXPORTING
              document_data              = l_doc_data_objl
             document_type              = 'RAW'
              put_in_outbox              = 'X'
         IMPORTING
              sent_to_all                = l_sent_all
         TABLES
              object_content             = l_contents
              receivers                  = l_receivers
         EXCEPTIONS
              too_many_receivers         = 1
              document_not_sent          = 2
              document_type_not_exist    = 3
              operation_no_authorization = 4
    Helpful answers will be rewarded.
    Regards
    Naveen

    Hi,
    Sorry for the delay. We can create a Outlook Inbox rule to achieve it. Please click Inbox > Rules > Manage Rules & Alerts > New Rule to create a rule with the following conditions and actions:
    Please change “people or public group” to [email protected] and edit a specific template by clicking “a specific template” in the action part.
    Hope it helps.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Sending mail to outlook from workflow

    Hi All,
    I tried to send a mail to outlook from workflow by giving the email address in the step mail, but it was not working.
    i am getting the workitem in the sap inbox so tried setting the automating forward which we can forward from the sap inbox to outlook.
    Searched in SDN , but my issue was not solved..
    Could you please help me out with this issue to get the mail from workflow to outlook inbox.
    Thanks,
    Praveena

    Hi Praveena
    see the threads,similar to you
    Sending mails from SAP inbox to Outlook
    Workflow - Sending mail to Outlook
    For more inforamtion you can search a lot about sending mails to outlook in SCN
    regards
    Sachin
    Edited by: sachin sharma on Feb 27, 2009 11:44 AM

  • Sending Mail to Outlook from workflow approval

    Hi All,
    A standard workflow is trigering in when we click on FOR APPROVAL button in IMA11 (Appropriation Request in IM Module).
    I need to send send mail to OUTLOOK with workitem for approve directly from the OUTLOOK. Is it possible.
    Suppose , we have 5 approval levels.
    By standard workflow , If the 2nd person approve the request , work item is going to the 3rd person SAP Inbox.
    I also need, If the 2nd person approve the request , need to send a mail to the 1st person also.
    How can I get this?
    Plz write ur comments.
    Thanks

    Hi,
    In SBWP transaction goto setting->office settings-Automatic forwarding-create new---give mail id in forward to and select external address.
    In SWDD use send mail.
    Recipient type Organizational object
    User     Name_of_the_user
    Also from insert expression you can enter work item id.
    Also while creating above use using SU01 enter e-mail address which you have entered in forward to.

  • Unable to send mails to outlook from sap system through workflow

    Hi ,
    Iam unable to send mails to outlook from sap system through work flow .Actually we r able to send mails from sap inbox to outlook successfully.But when trying with workflow we r not able to send.Please guide me that is  there any configurations required from BASIS side for work flow.Actually we configured everything like default domain .
    Please find the errors belows that  traced from sost t code
    02/13/2012     17:50:12     0380 MIME_MESSAGE_GENERATE     G     Error when generating MIME flow
    02/13/2012     17:50:12     0382 MIME_MESSAGE_GENERATE     G     Required 'From' header is initial
    02/13/2012     17:50:12     0167 SO_OBJECT_MIME_GET     G     Error during MIME Generation
    02/13/2012     17:50:12     0777 UPDATE_SOSC     G     Cannot process message in SAP System
    Regards
    RAGHAVENADAR

    Hello,
    Actually i checked the mail ID for WF-BATCH  using su01 .But i didnt find any mail ID for WF-BATCH then i added the email address of the user.Then we tried sending mail it was successfull.
    But later i removed the email address what i entered in WF-BATCH user .Even after removing the email address also iam able to send the mails through workflow.
    So iam confused whether it needs an mail address or not.But now we are able to send a mail to outlook through work flow but not able to send mails to GMAILor yahoo.For that we need to do any settings.
    ABAPer is sending mails through work flow.
    Regards
    RAGHAVENDAR M

  • Cannot send emails via outlook 2011

    I have an iMac and I cannot send emails via outlook 2011. I get an error code 3210. Can anyone help?

    Does not help.. my problem is a little different
    I have an iMac and I cannot send emails via outlook 2011. I have 3 emails stuck in the sent box... They are not in my sent or inbox. Every time I send an email it first tries to send these 3 mails. for 2 I get an error code 3210 and for one "5.1.2 or other punctuation after the recipient's email address. g5sm23942864eem.4". I have an euronet account and not a hotmail account.

  • Workflow - Sending mail to Outlook

    Hi
    I am new to workflow and have some basic questions. I am working on 470 with WAS 620. I can currently send e-mail to Outlook without forwarding from SAP Inbox with the help of Send Mail functionality. In this case I can read outlook e-mail id of the user and send a mail with Send Mail functionality of Workflow.
    My SCOT transaction is configured to send e-mails outside SAP.
    Question:
    1. I was told that we can use agent assignment based on the Org structure and configure sending of e-mails based on a condition. Is this true?
    2. If 1 is true then can we use agent assignment and send e-mails to Outlook inbox directly i.e. with out forwarding mails from SAP Inbox to Outlook inbox.
    I have tried to find some solution.
    Based on the OSS Note: 627397.
    With WAS 620: It is no longer necessary to specify a forward address in the Business Workplace user settings in order to receive notifications.
    Instead user master record (transaction SU01) is always used to determine the e-mail addresses.
    Note with WAS 640: E-mail address can be read from the PD org structure (info type 1205) instead of user's master record (transaction SU01).
    Does that mean that I can still use agent assignment? If yes what is the difference the note is talking about between WAS 620 and 640. Do I need to do something special to read this mater record the note is talking about?
    Thanks for your replies in advance.
    Nani

    Thanks Shashank.
    You have mentioned that we can read user profiles and send e-mails with help of agent assignment. But, you have also mentioned that this is the case where HR is not implemented. So did you mean that where there is no Org Structure?
    In my case, we have HR implemented and we have an Org Structure. In the PO/PR release strategy we use Org Structure and Position to decide whom to send E-mail.
    Now what is it that I need to do differently to make sure that the E-mail is sent to Outlook directly not via SAP Inbox.
    Nani

  • Can't send link using Outlook Express

    I've set up that Firefox mailto accesses Outlook Express. However, when I try to send a page as a link, Outlook Express opens, but the link doesn't appear and I just go to my inbox.

    Hi everyone,
    i am having the same issue here in Australia. I cannot send emails using Outlook 'unknown error has occured in outlook'. Have contacted my service provider and they offered the great below advice.
    Email Address: <TPG Username>@tpg.com.au
    Incoming Mail Server: mail.tpg.com.au (Port 110)
    Outgoing Mail Server: mail.tpg.com.au (Port 25 or 587)
    Username/Account Name: <TPG Username>
    Password: <your TPG password>
    Enable the option for "My server requires authentication" and click "logon using"
    Username/Account Name: <TPG Username>
    Password: <your TPG password>
    *Log on using Secure Password Authentication should not be ticked
    any advice is greatly appreciated.

  • IPhone 6 is unable to send email because the sender address was rejected by the server

    When I try to send emails from my Microsoft Outlook for Mac, I get a message that says "Unable to Send Email.  A copy has been placed in your Outbox.  The sender address was rejected by the server."  I've checked all the settings (it is a POP account).  I've deleted and re-installed.  Any suggestions??

    Please see this article on setting up an email account using the shaw mail server.
    https://community.shaw.ca/docs/DOC-2181
    Good luck Friend.

Maybe you are looking for

  • Safari on Snow Leopard doesn't play right with multimedia on WordPress

    I have a problem when I insert a QuickTime movie or Flash graphic into a WordPress post. The problem is that the CSS drop-down menu on the post page fall 'behind' the QuickTime movie instead of in front. To combat this I inserted the following embed

  • Performance of zprogram of FBL1n(vendor balance)

    hi I have made a zprogram of tcode fbl1n(vendor balance) and used in the main program which is  displaying a ALV and also a smartform for each vendor,, But the performance of prog becomes very slow when fetching the line items , i am calling the zpro

  • Can´t read page containing XML using GET HTTP Document

    Hello forum users,  I'm have a problem with the LabVIEW Internet Toolkit and I'm woundering if its me that is doing something wrong or if it is a limitation of the VI.  I have a robotic application which comunicates with LabVIEW via internet.  the ro

  • Right click in swf - "About Xcelsius" can i delete it ?

    Hi everyone ! It´s my first post around here. I started working with Xcelsius a few time ago. I have one question about the right click menu inside a swf presentation of xcelsius, is there any way no to show the "About Xcelsius". My company is sendin

  • HP pavilion dv6-6c01ej On-Screen Display not working

    Hi, I have an HP pavilion dv6-6c01ej  and I want to use the on-screen display, to see for example when the volume when I turn it up or down (also for brightness change and so..). I looked in the Programs and Features in Control Panel and saw I have t