Problem in mail sending

hi all,
       my issue is i want to send a mail by using distribution list, im doing it successfully, but the problem is that the mail is received by all the recipient but the mail doesnt shows the mail id's of htose mentioned in the cc of the distribution list. Im using SO_NEW_DOCUMENT_ATT_SEND_API1 fm for sending mail as an attachment. so what could be the reason for the same. in the receivers tab. the COPY field is marked. (i.e. 'X').
thanks a lot.

check the type of the structure used for the receivers, I think its different from the one in FM. I have faced the same issue.

Similar Messages

  • Korean language problem - stops mail sending

    Hey there.
    I have an unusual problem re mail from a Korean client. Some of the characters are cached when I reply to mail from them and it then won't send with any smtp server - i've tried many.
    Is there a way of turning off the Korean language support to stop this happening?

    Is there a way of turning off the Korean language support to stop this happening?
    System Preferences>International, uncheck Korean in the Language & Inout Tabs... may require a restart to work.

  • Problem in mail sending (ERRor message  XS829)

    *******************my issue is "have to send a mail to external mail id " but i am getting error as below.........
    Internal error: CL SMTP RESPONSE ESMTP error code is not known._554_554 Service una
    Message no. XS829
    Diagnosis
    An error occurred in program CL
    Error text: SMTP
    Additional information:
    RESPONSE
    ESMTP error code is not known._554_554 Service una
    System Response
    Message processing terminated.
    ***********************the above error i am getting in SBWP outbox
    here error is in CODE or any configuration settings need....?
    can any body help me please*
    thaks for reading...

    Hi Anil,
    There are several OSS Notes that relate to CL SMTP RESPONSE ESMTP, as well as several that appear to be related to XS829.  You should try looking at those first - or if they don't apply, please let us know.
    Regards,
    Sue

  • Problem of encoding for mail sender adapter

    Hello, everyone.
    I have faced the problem of mail sender adapter.
    When someone send message with any content encoding (even UTF-8) and 8bit content type encoding the XI mail adapter corrupt special and foreign symbols. I checked the message for correct structure and encoding with tpcgw utility and it was fine. For example (this is what I can see in tcpgw)
    ==== Response ====
    +OK
    +OK Password required for user itra_xi
    +OK XXXXX maildrop has 1 messages (2048 octets)
    +OK 1 2048
    +OK
    +OK 1459 octets
    Return-path:
    Received: from (port=20091 helo=XXXX)
         by mx76.mail.ru with psmtp
         id 1O7UoW-0003I4-00
         for XXXXXX; Thu, 29 Apr 2010 18:34:04 +0400
    Message-ID:
    Subject: Message 29 4
    Date: Thu, 29 Apr 2010 17:33:43 +0300
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
         boundary="----=_NextPart_000_0018_01CAE7C2.1D0BBA60"
    X-Priority: 3
    X-MSMail-Priority: Normal
    X-Mailer: Microsoft Outlook Express 6.00.2900.5843
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
    X-Spam: Not detected
    X-Mras: Ok
    This is a multi-part message in MIME format.
    =_NextPart_000_0018_01CAE7C2.1D0BBA60
    Content-Type: text/plain;
         charset="utf-8"
    Content-Transfer-Encoding: 8bit
    Test
    Тест
    And after processing by XI mail adapter  I have this payload (XIPAYLOAD mode using mail package)
    Test
    Тест
    The same situation with using mail package in xml document.
    Any suggestions how this can be corrected?

    I switched UTF-8 encoding during displaying of http content in tcpgw utility and all other mail clients detect it as UTF-8 and work fine. Also this problem occurs with different mail clients that are senders of the message. So it seems adapter takes each byte of cyrillic symbol (each from two) and represents it as individual symbol.
    Correct me if I'm wrong. Maybe there is some configuration somewhere allowing to correct or maybe it's possible to write module to correct.. but it's quite complicated to split correct and incorrect symbols.

  • I have a problem with mail.  the spelling and grammer check box before sending the messege is no longer there.  I did everything but cannot get it back.  is ther anyone who knows how to get the box with spelling and grammer checks before sending

    i have a problem with mail.  the spelling and grammer check box before sending the messege is no longer there.  I did everything but cannot get it back.  is ther anyone who knows how to get the box with spelling and grammer checks before sending the mail.
    Also the mail is acting very funny by not getting the rules work in a proper method.  Is ther a software to repair mail.

    i did both of them, but still the while sending the mail the diolog box is not showing up and also the spelling and grammer does not do the spelling check. 
    This problem just started for about 3 to 4 days now.  earlier it was working normally.

  • Mail sending problem......

    dear all,
    i want to send external mail through sap......
    in that i m making spool & convert to pdf and send as a attachment.......
    i hv a got idea from
    <a href="http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm.">http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm.</a>
    http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm.
    but as per requirement i m changing some logic.....but it is not work.......
    i m calling some other program using submit.
    i m giving code here.....
    SUBMIT YPPDAILYUPDATE "VIA SELECTION-SCREEN
                           with pstngdt in temp
                           with entdate eq ' '
                           with posdate eq 'X'
                           with rdata eq 'X'
                           with logic eq ' '
                           with high eq 'X'
                           with trend eq ' '
                             AND RETURN
    new-page.
      commit work.
      new-page print off.
      IF sy-batch EQ 'X'.
        PERFORM get_job_details.
        PERFORM obtain_spool_id.
      select yemail as p_email into CORRESPONDING FIELDS OF TABLE mailtab
          from ymail
          where ytcode = 'YPP18'.
          gd_attachment_desc1 = 'YPP18'.
        PERFORM convert_spool_to_pdf.
        loop at mailtab into mailstr.
          p_email1 = mailstr-p_email.
        PERFORM process_email.
        endloop.
      wait up to 5 seconds.
          SUBMIT rsconn01 WITH mode   = 'INT'
                          WITH output = 'X'
                          AND RETURN.
       ENDIF.
      ELSE.
        SKIP.
        WRITE:/ 'Program must be executed in background in-order for spool & mail sending',
                'request to be created.'.
      ENDIF.
    but using this i m running this program in background then also it not generate any spool......
    pls give a solution for this problem.....
    i will provide points for that....
    Regards,
    Arpit
    <a href="http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm.">http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm.</a>

    Hi Arpit,
    You can create spool in the Report itself.
    have a look at this code and paste it where do you want to create it and convert it into PDF for mailin purpose.
       CONSTANTS : l_c_device(4)    VALUE 'LOCL'.
    **   Create Spool Request
      NEW-PAGE PRINT ON
      LINE-SIZE 120
      DESTINATION l_c_device
      IMMEDIATELY ' '
      KEEP IN SPOOL 'X'
      NEW LIST IDENTIFICATION 'X'
      NO DIALOG.
    Regards,
    Vikas.
    plz reward if helpful...

  • HelpMac mail sends emails prematurely  while I'm still composing..sometimes it sends 4-5 email versions in various states of completion. I've got clients asking what happened, because they only get a partial email..its becoming a serious problem. Help!

    Help. Mac mail sends myemails prematurely  while I'm still composing..sometimes it sends 4-5 email versions in various states of completion. I've got clients asking what happened, because they only get a partial email..its becoming a serious problem. Help!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Click the Clear Display icon in the toolbar. Try the action again. Post any messages that appear in the Console window – the text, please, not a screenshot.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Since upgrading iMac to osx lion I have been experiencing problems in mail, it spontaneously stops receiving and tells me it can't find the pop server and also the biggest problem is that when I send with an attachment the recipient doesn't receive it.

    Since upgrading iMac to osx lion I have been experiencing problems in mail, it spontaneously stops receiving and tells me it can't find the pop server and also the biggest problem is that when I send with an attachment the recipient doesn't receive it.
    I have to restart mail most times before it starts recieving or recognizes the pop server.
    As I said a lot of recipients do not recieve my mails when there is an attachment or when I reply to their email.

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • What's the problem of this mail sending program

    Hi,
    I have Written following code. I have wriiten & run this code in Eclipse. Mail.jar & Activation.jar both jar file i kept in the webcontent/web-inf/lib
    directory. & I also added this jar file using builpath->add External Library. But when run this code then it throws the following exception. What's the problem of code? IS there anybody can help me? Please help me.
    My code is : UserMail.jsp
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
    <title>Mail Sending Program</title>
    <%@ page import="javax.mail.internet.*"%>
    <%@ page import="javax.mail.*"%>
    <%@ page import="java.util.*"%>
    </head>
    <body>
    <%
    String to = "[email protected]";
    String from = "[email protected]";
    String host = "192.168.1.1";
    String txt = "I am from jsp of java";
    String subject = "For testing";
         Properties props = System.getProperties();
         props.put("mail.smtp.host", host);
         Session session1 = Session.getDefaultInstance(props, null);
         MimeMessage msg = new MimeMessage(session1);
         try{
              InternetAddress to1 = new InternetAddress(to);
        msg.setFrom(new InternetAddress(from));
       msg.addRecipient(Message.RecipientType.TO,to1);
       msg.setSubject(subject);
      msg.setText(txt);
          msg.setSentDate(new Date());
        Transport.send(msg);
         catch(Exception e){
              e.printStackTrace();
    %>
    </body>
    </html>Exception is:
    javax.mail.MessagingException: Could not connect to SMTP host: 192.168.1.1, port: 25;
      nested exception is:
         java.net.SocketException: Software caused connection abort: connect
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
         at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
         at javax.mail.Service.connect(Service.java:275)
         at javax.mail.Service.connect(Service.java:156)
         at javax.mail.Service.connect(Service.java:105)
         at javax.mail.Transport.send0(Transport.java:168)
         at javax.mail.Transport.send(Transport.java:98)
         at org.apache.jsp.UserMail_jsp._jspService(UserMail_jsp.java:73)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketException: Software caused connection abort: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.SocksSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
         at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
         at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
         ... 27 moreWith regards
    Bina

    javax.mail.MessagingException: Could not connect to SMTP host: 192.168.1.1Is this host Ip correct. If Ip is correct then this host should be a mail exchange server. Hope u did not use Ip address of ur machine ;-)
    By the way hope u recd the test mail during my testing....lol
    Regards
    Rohit

  • IPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.  (if I sending one page document from Pages from iPhone is ok - PDF)

    iPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.
    (if I sending one page document from Pages from iPhone is ok - PDF. If I sending one page document from iPad is mistake. )

    Turn off rich text in your email signature. Delete images too, if any.

  • Yahoo! Mail send problem

    Hello all, anyone know when we will see a fix for the Yahoo! Mail sending problem? (This is when the iphone appears to have sent an email by playing the "swoosh" sent mail sound, but the message was not sent, the way users have been getting Yahoo! Mail to send again is by turning their iphone off then back on).
    Cheers

    For what it's worth I also had this problem with Yahoo mail on my iPhone. After getting tired of waiting for Yahoo to do something about it, I decided to cancel my Premium Yahoo account and switch to Gmail. I have to tell you Gmail has been amazing and I haven't looked back since. IMAP Gmail on my iPhone has made my email experience a pure joy.
    BTW - I had my Yahoo account for over 7 years. And did you know that Yahoo is an acronym for You Always Have Other Options? Well I took them up on their advice since I wasn't too impressed with their service! My 2 cents.

  • I have a problem sending mail via smtp. I use a satellite system and the average return time for a ping is 675ms. Is this a problem with mail? If so can I change Mail to accept it. The problem also exists with Lion

    I have a problem sending mail via smtp. I use a satellite system and the average return time for a ping is 675ms. Is this a problem with mail? If so can I change Mail to accept it. The problem also exists with Lion and on both my MacPro and my wife's Imac. I also see my mailboxes randomly disconnecting and reconnecting. Any other ideas of a possible cause?

    I solved it myself, after the "note" which came back from FF/Mozilla just as I finished my message, commenting on what it was that my system had , I wnnt back to check my plug-ins etc. I downloaded the latest Java, BOTH 32bit AND 64 bit versions and latest Firefox.
    Now all is working.
    Thanks,
    B.

  • Problem with language specific characters on e-mail sending

    Hi,
    Problem with language specific characters on e-mail sending.
    How can it be fixed?
    Thanks.

    Hi,
    try to work on the charecter code set UTF-8 or UTF-16. You can define this in html.
    Or encode the charecter using java script.
    Hope this may help you.
    Deepak!!!

  • Apple Mail send and receive problems, Network Solutions

    Hello Everyone,
    I'm currently facing a problem with a company email account that we have with network solutions.
    NSmail Pro (IMAP) that is configured with apple mail. Here are the settings that i have:
    Incoming mail: mail.(company.domain).com
    Port: 110
    SSL: No
    Outgoing mail: smtp.(company.domain).com
    Port: 2525
    SSL: No
    Auth: Password
    Whenever i'm at the office, I can send and receive emails without any problems (Using mail app), but when i'm at home i can't receive emails nor send one.
    I'm wondering if this has something to do with the Mail application, cause i can access the email using the webmail on a browser without any problems (either at home or at the Office).
    Any thoughts from our experts?

    I'm guessing that when you are at the office, you are probably accessing a company network and the company mail will only work with those settings on the company network. You may need to discuss this with your IT department at work to see if it need a different configuration for outside access.
    The fact that it works at work and not at home indicates a that it surely an issue with the connection setup.
    Assuming that you are accessing it through wi-Fi at both locations, do you have different wi-Fi connections set up on you Mac in Network Preferences, or is it the same wi-Fi connection used for both? In other words, do you have a specific wifi setup on your computer for connecting at the office?

  • Exchange server 2013 mail send and received problem

    Hi Support,
    I have Install Exchange server 2013 and create mail box and local send received locally but days back i have not able to mail send and received. what setting are required for user mail send and received locally. and how to create mx and txt record for my
    domain.

    Hi,
    According to your description, I know that the Exchange server can send/receive internally at beginning, however doesn’t work now. Please correct me if there is anything misunderstand.
    Great checklist from S.Nithyanandham. Additionally, how about sending/receiving via OWA? And any error messages when can’t send and receive?
    Please make sure the Message Tracking has been enabled and run following command to output track log and check detail information:
    Get-MessageTrackingLog |FL > "c:\Track Search.txt"
    For more information about Message Tracking logs, please refer to below article:
    http://technet.microsoft.com/en-us/library/bb124926
    If you want to communicate externally, you need to contact ISP to register DNS MX record.
    Best Regards,
    Allen Wang

Maybe you are looking for

  • SRM 7 - employee should be able to edit the Cart

    Hi all, In SRM 7.0,if a user should be allowed to change the cart after it is ordered,is the settings done via BBP_WFL_SECURITY paramater in the personalization tab for the employee role  as in SRM 5 or  is there any different setting in SRM 7?

  • Problem loading trial version

    I successfully installed the trial version of Dreamweaver for Windows from the Adobe website. When I tried to run the program I get to the software setup window and select, "I want to trail Adobe Dreamweaver CS3 free for 30 days." When I hit next I g

  • Leopard Server on G4 XServe?

    I run a lab of 31 Intel iMacs (plus a number of assorted machines around the school) using a G4 1.33 GHz XServe with 1.25 GB of RAM. The lab iMacs and the server are both currently running 10.4.11. I have purchased an unlimited license of Leopard ser

  • [svn] 1263: Update language selection code so that you can actually select one of the new languages I recently added .

    Revision: 1263 Author: [email protected] Date: 2008-04-16 12:25:02 -0700 (Wed, 16 Apr 2008) Log Message: Update language selection code so that you can actually select one of the new languages I recently added. Modified Paths: flex/sdk/trunk/modules/

  • How can using Richfaces with weblogic portal

    Hi, i'm using weblogic portal 10.3.2. how can i integrate Richfaces with JSF portlet (1.2) can any one help me! Thanks!