Mail to external email id

Hi,
I have created a document, which should get emailed to the particular person and CC to another person.
This scenario is working fine for me.
Problem is when the mail is send, the mail id which i attached to CC is not getting displayed when
he view the mail.

LT_MAILRECIPIENTS-COM_TYPE = 'INT'.
if its internal no need to populate COM_TYPE, ie default is space and which is internal.
Change it as below and check.
LT_MAILRECIPIENTS-COM_TYPE = ' '.
Hope this would solve your issue.
Regards
Narin

Similar Messages

  • How to send mails to External Email-ID.

    I have simple Workflow which I have Created to Just Send Mail to SAP-B WorkSpace on execution of the WF.
    Can Anyone tell me how to Many populate the Workflow to Send this mail to External Email-ID.
    Regards,
    Shashank

    Hello,
    In the sendmail step of the workflow, use the option of email address for 'Recipient type' and provide the workflow container element which has the external mail address of the user to whom the mail is to be sent or directly the email address directly. Then contact the basis people to check for any scheduled background job to send the mail from SAP to external mail address. If there is no job present, advise them to create one.
    Hope this will help.
    Regards,
    Samson

  • Outlook and mail services/ can't send mail to external emails

    I have been setting up os x server as a mail server for my company. I bound open directory to active directory but could not manage mail for the active directory users that way, so I started creating new users through open directory.
    I've hit a couple snags that I can't quite figure out. First, I can send and receive mail to other open directory accounts fine, but not externally. I've set up my MX records and a name records for my Internet domain.
    I can receive emails from an external email address, I.e. Gmail, but cannot send to them. It gets stuck in the mail server's queue. Information logs says operation timed out for smtp.gmail.com and their ip address.
    I forwarded the ports, 25, 993, etc from my dsl router to my firewall router, then from there to my mail servers static ip address. I'm at a loss. If it matters, I'm on a residential dsl currently, my ISP claims to block port 25, but in the log it looks like it goes through and sees gmails ip.
    Secondly, this is all through the mail.app for my MBP. When I set up outlook 2003 on xp, I can send emails, but it doesn't download any. No errors in either the information log or outlook, outlook says it completed successfully. If it matters, I was getting an error from outlook previously, helo error for not a fqdn, but I deleted a line in the main.cf that required fqdns.
    I appreciate any help.

    ***EDIT***  I have outlook working....now it is just the external email thing.  Again...my ISP says they block port 25, but I went into /etc/postmail/master.cf and added to have SMTP go on port 2525 and still no go.  Any help would be greatly appreciated!
    ***END EDIT***
    I apologize...here is the SMTP information level log for sending to gmail
    Jun 29 16:36:18 ANSENMSG postfix/smtp[17251]: 152CB659FA: to=<***@*******.***>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.3, delays=0.03/0/0/6.3, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=15055-04, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 582EA65A09)
    Jun 29 16:36:18 ANSENMSG postfix/qmgr[15069]: 152CB659FA: removed
    Jun 29 16:36:48 ANSENMSG postfix/smtp[17299]: connect to mail.*******.com[**.***.**.**]:25: Operation timed out

  • How to send mail to external email within workflow

    Hi Expert,
    I know this question has been questioned before in the forum but that is quite different from what i want. After researching in this forum i found out that forwarding was the way to move the inbox into the external mail (using scheduled job) but what i want is to include send mail activity within the workflow that directly send email into the external email ( so no scheduled job). The logic is perhaps:
    1. get the email address
    2. use send mail activity
    3. Assign the element defined to E-Mail Address.
    4. send the email.
    But I'm unable to retrieve the email address, store it and pass it into the email (as element). Can somebody help me with this?
    Many Thanks.

    Use the below code(rule(fm)), hope it works for you.
    I have placed the SAP user id's in custom table & inserted e-mailid's to them in su01.
    FUNCTION ZMANI_GET_PLANNER.
    *"*"Local Interface:
    *"  TABLES
    *"      AC_CONTAINER STRUCTURE  SWCONT OPTIONAL
    *"      ACTOR_TAB STRUCTURE  SWHACTOR
    *"  EXCEPTIONS
    *"      NOBODY_FOUND
      INCLUDE <cntn01>.
      TYPES : BEGIN OF ty_users.
              INCLUDE STRUCTURE ZMANI_AGENT_MAST.
      TYPES : END OF ty_users.
      DATA: org_agent LIKE wfsyst-agent,
            lt_holders TYPE STANDARD TABLE OF swhactor,
            lwa_holders TYPE swhactor,
    *        lt_users TYPE STANDARD TABLE OF ty_users,
            lwa_users TYPE ty_users,
            v_len TYPE i,
    *        v_bname LIKE ztest_users-bname,
            num_lines TYPE i.
    ** Read values assigned to the rule criteria
      swc_get_element ac_container 'org_agent' org_agent.
    * Get the superior
      SELECT SINGLE *
        FROM ZMANI_AGENT_MAST
        INTO CORRESPONDING FIELDS OF lwa_users
       WHERE MMC = 'Y'.
      IF NOT lwa_users IS INITIAL.
        REFRESH lt_holders[].
        lwa_holders-otype = 'US'.
        lwa_holders-objid = lwa_users-BNAME.
        APPEND lwa_holders TO lt_holders.
        APPEND LINES OF lt_holders TO actor_tab.
      ENDIF.
      DESCRIBE TABLE actor_tab LINES num_lines.
      IF num_lines IS INITIAL.
        RAISE nobody_found.
      ENDIF.
    ENDFUNCTION.

  • How to send approval mails to external email ID

    hi all
    i have created a workflow for sales order approval. but now the user can approve only in sap workplace.
    Now the problem is the user has to do the approval from an external mail. Can any one tell me how to do it.

    Hi,
    Sending Mail to Outlook : U need the Following things done for this:-
    1> Use the Mail Step in the WF and Choose the Receipient as the E-Mail Address and Give the E-Mail Address there.
    2> Check the Configurations that need to be done in Transaction SCOT. SMTP Server Settings are done to get the Desired Results.
    When the decision is approved, U can Send a mail to the Earlier Approvers Regarding the Status of the Work-Item.
    To get Workitems in Outlook..for Approval and Rejection!!
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    Problem in transferring the workitems into OUTLOOK
    /people/saujanya.gn/blog/2006/12/19/how-to-get-work-items-your-outlook-inbox
    Workflow Items in Outlook
    Let me know if u still face any issues.
    Regards,
    Kanika

  • Sending mails to external email address in 4.6C

    Requirement is to send mails to outlook express in 4.6C. In SCOT transaction need to provide RFC connection for smtp server.
    what should be the RFC connection type and steps to create RFC connection to smtp server in 4.6C.
    It would be of great help if someone provide solution on the requirement.

    Hi,
    It is a basis configuration and you should use HTTP Node instead of RFC Node. HTTP Node is a node that uses SAPConnect method.
    Regards,

  • Mail not delivered to external email ids

    Hi,
    I have configured the mail server in SCOT and i am able to receive mails to the Companies internal email ids, but if i send mails to external emails like gmail, it says
    "No delivery to <external email id>, as recipient unknown"
    but, the email id. is correct.
    SAP Server ip addresses have been added to the relay list of the exchange server.
    Following entries made in SCOT:
    - The default domain
    - Mail host and mail port
    - * given in Address Area
    - Node in Use ticked under General Information
    Mails are getting delivered to internal email ids from SAP, problem is only when sending to external email ids.  Please clarify.
    Thanks and Regards,
    Nagu

    Hi,
    Check the link below
    http://www.sapfans.com/forums/viewtopic.php?p=812935
    Rgds,
    Suman

  • Send Vendor Balance confirmations report output (F.18) to External email ID

    Dear Friends.
    I have following requirement
    Our Client requirement is to send Vendor Balance confirmations report output (Tcode F.18) to external email ID of vendor.
    So please guide accordingly.
    I have done BASIS Settings for SMTP (Tcode SCOT, RZ10) and Through SAP office using BASIS consultant and i can able to send sample test mail to external email ID through SAP Office (tcode SO00)
    I will be thankful if anyone gives me exact solution.
    Thanks & Regards
    Suyog

    Hi,
    You can craete Background Job and send Mail.
    e.g.
    Goto->SM36->JOBWIZARD ( Create the Job and specify the Spool List Recipients ).
    After Creating the job.
    Again SM36->Start Condition ( You can create here when to send the mail ).
    And Release it.
    Be sure that your BASIS guy has done the required settings for Outgoing Mail.
    Please check in SCOT.
    Affable
    Arbind
    Edited by: Arbind Prasad on Jan 23, 2010 3:07 PM

  • Send Alerts to external email ids

    Dear All,
    I am using ALERT MANAGEMENT to raise alerts and send mail to recipients. I am able to send external mails to
    those users who have got a SAP Userid where the email id is maintained in the user profile. But suppose I want
    to send mails to external users who do not have SAP Userid, then how to do it.  I checked the program
    RSALERTTEST where it gives the option to send mails to external email ids.
    Regards,
    Pravat.

    Hi Pravat,
    You can do this with SALRT_CREATE_API. But you have to create a alert  category. go to ALRTCATDEF with a user role " SAP_XI_ADMINISTRATOR".
    Then create category and give your receivers.
    Then write a program like rsalrtdemo1 . This shows you how an alert can be called directly by a function module.
    Also you can get more detailed information from these links :
    Creating Alert Categories : http://help.sap.com/saphelp_nw70/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm
    Triggering Alerts : http://help.sap.com/saphelp_nw04s/helpdata/en/d0/5e073c8e56f658e10000000a114084/content.htm
    I hope they help you.
    Regards,
    Orhan

  • Mail server no longer receiving external emails

    After a disastrous upgrade to Lion & then a full TIme Machine restore back to Snow Leopard, I've had some mail server issues. (Web services not working but fixed with this method).   Now noticed my server is now not receiving mail from external accounts... 
    Lots of posts suggested DNS problems but DNS does seem to be pointing some services to my server:
    - Webmail page is working but on login returns an error:  Error connecting to IMAP server: localhost. 61 : Connection refused
    - Mail Client log in works (but not with the 'mail.' prefix) & can send email both internally & externally.   External mail sent in to my server is returned with the error:  Host or domain name not found. Name service error     type=A: Host found but no data record of requested type
    I'm guessing it might be an IMAP problem but I'd be very grateful if anyone could suggest what could be happening here.
    Details:
    Domain & DNS  Web Log Errors   postconf -n    ps U postfix  .

    Yikes...  Time machine doesn't back up mail.
    http://docs.info.apple.com/article.html?path=ServerAdmin/10.6/en/asafc284c9.html
    You may be out of luck.  OS X Server shouldn't be backed up using time machine unless you've configured it specifically to back up things within it's limitaitons.
    Personally I use TM to back up user home folders and Shared Drives.  Then use retrospect to back up Mail and OD.  Lastly I use a script that runs a MySQL dump every night to take care of the web server.

  • Receiver Mail Adapter with external Email-Provider

    Hi everyone,
    I have implemendet an Scenario with a receiver Mail Adapter. With using the SAP-Mail-Server it works fine.
    Now I want to use an external Email Provider like GMX or yahoo. But the Parameter e.g. smtp://mail.gmx.net does not work.
    Is this generally with an external Email Provider possible?
    Thanks in advice
    Christoph

    Hi,
    of course it is, but:
    your XI has to see the external provider = opened ports
    Regards,
    michal

  • Send mails with attachment to external email id

    Hi Folks,
    I have an ALV report, the output of which needs to be sent as an excel attachment to an external email id. Can I use SO_NEW_DOCUMENT_ATT_SEND_API1 in this case? What about the SAP Connect settings? Any documents/help files/code samples describing the same will be useful.
    /Sagar

    HI,
    If you want to send the ALV output as it is then you need send it to Spool and then convert it to a PDF then send it via email as an attachment,
    or else, if you want to send the data of the output you can send it by the final internal table i mean by using the final Internal table you can send the data by passing this final interanl table to <b>'SO_NEW_DOCUMENT_ATT_SEND_API1'</b>
    <u>example for your understanding:</u>
    DATA: OBJPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
      DATA: OBJHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
      DATA: OBJBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
      DATA: OBJTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
      DATA: RECLIST   LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
      DATA: DOC_CHNG  LIKE SODOCCHGI1.
      DATA: TAB_LINES LIKE SY-TABIX.
      DATA L_NUM(3).
    Creation of the document to be sent
    File Name
      DOC_CHNG-OBJ_NAME = 'SENDFILE'.
    Mail Subject
      DOC_CHNG-OBJ_DESCR = 'Delivered Mail'.
    Mail Contents
      OBJTXT = 'Object text'.
      APPEND OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'RAW'.
      APPEND OBJPACK.
    Creation of the document attachment
      LOOP AT ITAB_DATA.
        CONCATENATE ITAB_DATA-PRODUCTOR
                    ITAB_DATA-VBELN
                    ITAB_DATA-POSNR
                    ITAB_DATA-MATNR INTO OBJBIN.
        APPEND OBJBIN.
      ENDLOOP.
      DESCRIBE TABLE OBJBIN LINES TAB_LINES.
      OBJHEAD = 'ORDERS'.
      APPEND OBJHEAD.
    Creation of the entry for the compressed attachment
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM   = 1.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM   = TAB_LINES.
      OBJPACK-DOC_TYPE   = 'TXT'.
      OBJPACK-OBJ_NAME   = 'WEBSITE'.
      OBJPACK-OBJ_DESCR  = 'ORDERS.TXT'.
      OBJPACK-DOC_SIZE   = TAB_LINES * 255.
      APPEND OBJPACK.
    Completing the recipient list
    target recipent
      clear RECLIST.
      RECLIST-RECEIVER = '[email protected]'.
      RECLIST-EXPRESS  = 'X'.
      RECLIST-REC_TYPE = 'U'.
      APPEND RECLIST.
    copy recipents
      clear RECLIST.
      RECLIST-RECEIVER = '[email protected]'.
      RECLIST-EXPRESS  = 'X'.
      RECLIST-REC_TYPE = 'U'.
      RECLIST-COPY     = 'X'.
      APPEND RECLIST.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = DOC_CHNG
           TABLES
                PACKING_LIST               = OBJPACK
                OBJECT_HEADER              = OBJHEAD
                CONTENTS_BIN               = OBJBIN
                CONTENTS_TXT               = OBJTXT
                RECEIVERS                  = RECLIST
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                OPERATION_NO_AUTHORIZATION = 4
                OTHERS                     = 99.
    ENDFORM.                    " SEND_MAIL

  • Mail not sent to External email address -SOST looks OK

    Hi,
    We've sent a report output to external email address.
    When I checked in SOST it shows as sent.But the user did not receive it.
    Could please advice what could be the cause of it.
    Thanks,
    Venkat

    Check with your Basis admin - there could be many possible causes, including problems with the mail server on either side. Also try sending to another email - sometimes spam-filtering software filters are too strict on the receiving end.
    This has nothing to do with ABAP IMHO.

  • How to disable mail forwarding to external email address

    We had a serious security issue with people who had forwarded automatically using Apple Mail filters messages to an external email address.
    We want to avoid in the future that a user in the Apple Mail program can create filters.
    It should not be possible that the incoming mail is automatically forwarded by a user.

    Sorry, but unless you prohibit any access to Mail, what you're seeking isn't possible. As long as a user can send mail, they can forward it to whomever they like, even if they don't use any Rules.

  • Trigger a mail to sap mail box and external email id

    Hi
    In infotype 0019, we maintain probation details, i want to trigger a mail to sap mial box and external email id , one daye before the probation date mentioned in IT0019.
    Kindly let me know how to go.
    Regards
    Vish

    Hi,
    U have to take the help of your ABAPr he will write a program which will schedule every day in specific time that program will compare the expiry of probation date with system date and if it is one day less then mail will trigger.
    Regards,
    ARU

Maybe you are looking for

  • Error when I push a button in an applet

    hi, I created a class wich extends JApplet. I made several button objects and added actionlisteners to them. One button is supposed to create an object of the class Outcall. I wrote this Outcall class and put it into the directory. Now when I make an

  • Missing Columns from List Content Type

    Hi, I'm having some strange problems with one of my site collections, I have site content types with a few columns in it and I'm using them in 3 different libraries. However recently something happened and it seems the list content types in one of th

  • Wbs elements problem

    Hi Experts, This is related WBS settlement. The WBS settlement entries are coming fine under CO but is not reflected under FI. Some settlement documents are coming in both FI and CO. Some documents are coming in only CO. Can any one provide me the so

  • No CS Review in Premiere Cs 5.02

    Hi all, we just wanted to create a CS Review from a Premiere Pro Project, but we have no "export" to review as adobe described in the help text. We are registered and could start CS Live from Premiere Pro, our Account is working. But we still cant cr

  • How do I delete photos from iPhoto that I imported to my library from my iPhone?

    I imported a ton of pictures from my iPhone 5 to iPhoto (400+) and I want to completely delete them from iPhoto. Is there a quick, easy way to do this? I really do not want to go through my photo library and delete each individual photo, so if there