Mail Adapter :  Email has blank sender

I have an interface that creates an email and attaches 2 files.  This all works great in our development environment.  In our production environment, however, the same scenario creates an email with no sender.
The "from" attribute in the mail CC is set to GeFacto
In dev the email is created correctly with GeFacto as sender.  If I look in Lotus Notes on the email's document properties the from field has "GeFacto".
In prod the email is created with no sender.  If I look in Lotus Notes on the email's document properties the from field has "<GeFacto>".
Somehow prod is putting angle bracklets on the "from" attribute, which Lotus Notes is interpretting differently.
If I change the "from" attribute in XI to be <GeFacto> in dev environment (where it previously worked) it does the same as production and creates the email with a blank sender.
We have vers SP19 in development and SP16 in production - This is the only difference I can see because the CCs are identical.
Please help - I have been stuck on this for a while!

Yes crazy but true!!!
We have development SP19, quality SP19 and then production SP16.
It makes debugging very difficult - especially with problems like this one.
They were supposed to put SP19 into production - but basis had so many problems putting it into the test systems - I think they are scared to put it live!!!!

Similar Messages

  • HT201342 Is there any way to find a log of the send e-mail from ICloud.. to analyse how many email has been send and deleted within a day from send items

    Is there any way to find a log of the send e-mail from ICloud.. to analyse how many email has been send and deleted within a day from send items

    Thx Winston,
    I can count the send item. But let me try to explain why did I ask this question.
    I had a trouble in sending e-mails from icloud on 22/2 and when I saw in my send item there were no emails.
    But the mesgs to whom I emailed received and out of which only few of them didn't got the email. So I wanted to know the log abt the outflow of the mesg with subject and the receipants email id and the list with attachment or not.
    How and where will I get the information apart from send item and draft mesg and the outflow undelivered?
    Regards
    Sarfaraz

  • Rx Mail Adapter configuration for Attachment sending and dynamic From/ To

    Hi
    I have a senario in which i have to send a file content as an attachment and then take the values of the from / to /CC from the xml dynamically and post.
    I am able to do it without dynamic
    Do we need to add some modules to do the same.
    RGds
    Aditya

    Hi,
    Check this Weblogs
    Dynamic Mail Address
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u
    Mail Adapter options
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    <b>Cheers,
    *RAJ*
    *Reward points if found usefull*</b>

  • UMS adapter email component automatically sends mails

    Hi Experts,
    I am working on SOA 11.1.1.7. I configured email driver with the required smtp details and tested email notifications from BPM process using Email Notification activity using my email id.
    This is working fine.
    Today i saw that there are some automatic mails being sent to few email addresses in my contact list. These emails contain an attachment called Humanworkflowactivity.html
    Request your help in trying to understand and resolve this.
    Thanks,
    Sai

    Don't see where Struts comes into the equation. Just use [Quartz |http://www.quartz-scheduler.org/] or something.

  • While saving the sales order through Va01 and Va02 and email has to send

    Hi Experts,
    My requirement is to send an email with PDF formatted display of the Sales order to the sold to party's email id while saving the Salesorder through Va01 and Va02.
    I need the following .
    How to send an email with PDF formatted attachment of Salesorder display ? (we have done the formatting of display through SMARTFORMS )
    I think we can do it by userexits program name is MV45AFZZ while saving the document.
    Please suggest me the best possible way.
    Thanks ,
    Saritha

    Hi, there is no need for a customer devlopment on this. A standard smartform output will do with output medium '5' (external send). Then the smartform output will be send as PDF to the e-mail address in the output partner. Have a look at transaction NACE.
    Regards Jack

  • My email has stopped sending - HELP!!! Urgent!!!

    Hi,
    I have had a iPhone since Oct 08, and this morning for some reason it won't let me send emails?!
    It says it can't connect to the smtp server?? Is .mac email down?? Can anyone help? I've logged in online and the messages I've written on my iPhone aren't in the outbox there HELP URGENT EMAILS NEED TO BE SENT!!
    Thanks!

    I don't know what's gone wrong but I suspect you are synchronising your email account settings with iTunes and that may now be out of date.
    If you are prepared to lose the messages in your outbox and all your data is synchronised to MobileMe or you are confident that you are backed up, the simplest way would be to delete the mail account on the iPhone and add it again. This way the right server addresses will automatically be added. smtp.mac.com should still work but if you add a MobileMe account directly to the iPhone it now uses smtp.me.com instead.
    After adding the account back to the iPhone, all your contacts, calendars and on-line mail should come back to the iPhone automatically.
    Like I say, be confident you are backed up or have all the data in the cloud first.
    If you aren't prepared to do this you can navigate down into the account settings and change the SMTP server address and password.
    HTH

  • Mail Adapter :: eMail Reporting

    Hi
    I am creating one scenario using following weblog :
    /people/community.user/blog/2006/09/08/email-report-as-attachment-excelword
    But in my mail I am getting the Headings but not the values which I am providing through my XML file.
    I even deleted all the fomatting elements but still the same thing.
    My XSLT file is like this now ...
    ?xml version='1.0'?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
      <xsl:template match="/">
       <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
        <Subject>Deliveries from XI</Subject>
        <From><i>MY EMAIL ID</i></From>
        <To><i>My EMAIL ID</i></To>
        <Content_Type>text/html</Content_Type>
        <Content>
         <xsl:text xsl:space="preserve">Catalog of CDs available:</xsl:text>
         <xsl:text xsl:space="preserve">Title</xsl:text>
         <xsl:text xsl:space="preserve">Artist</xsl:text>
         <xsl:text xsl:space="preserve">Country</xsl:text>
         <xsl:text xsl:space="preserve">Company</xsl:text>
         <xsl:text xsl:space="preserve">Price</xsl:text>
         <xsl:text xsl:space="preserve">Year</xsl:text>
         <xsl:for-each select="Catalog_MT/cd">
          <xsl:value-of select="title"/>
          <xsl:value-of select="artist"/>
          <xsl:value-of select="country"/>
          <xsl:value-of select="company"/>
          <xsl:value-of select="price"/>
          <xsl:value-of select="year"/>
         </xsl:for-each>
        </Content>
       </ns1:Mail>
      </xsl:template>
    </xsl:stylesheet>
    My XML file is this
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    - <ns0:Catalog_MT xmlns:ns0="urn:Reporting">
    - <cd>
      <title>Empire Burlesque</title>
      <artist>Bob Dylan</artist>
      <country>USA</country>
      <company>Columbia</company>
      <price>10.90</price>
      <year>1985</year>
      </cd>
    - <cd>
      <title>Hide your heart</title>
      <artist>Bonnie Tyler</artist>
      <country>UK</country>
      <company>CBS Records</company>
      <price>9.90</price>
      <year>1988</year>
      </cd>
      </ns0:Catalog_MT>
    I am getting the output like this in my Mail Body -->
    <i><b>Catalog of CDs available:TitleArtistCountryCompanyPriceYear</b></i>
    I am not so good in XSLT. Can you pls. suggest what am I missing.
    Regards
    - Lalit -

    Hi,
    You did not consider namespace in your XSLT
    try this
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" <b>xmlns:ns2="urn:Reporting"</b>>
    <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
    <xsl:template match="/">
    <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
    <Subject>Deliveries from XI</Subject>
    <From>MY EMAIL ID</From>
    <To>My EMAIL ID</To>
    <Content_Type>text/html</Content_Type>
    <Content>
    <xsl:text xsl:space="preserve">Catalog of CDs available:</xsl:text>
    <xsl:text xsl:space="preserve">Title</xsl:text>
    <xsl:text xsl:space="preserve">Artist</xsl:text>
    <xsl:text xsl:space="preserve">Country</xsl:text>
    <xsl:text xsl:space="preserve">Company</xsl:text>
    <xsl:text xsl:space="preserve">Price</xsl:text>
    <xsl:text xsl:space="preserve">Year</xsl:text>
    <xsl:for-each select<b>="ns2:Catalog_MT/cd"</b>>
    <xsl:value-of select="title"/>
    <xsl:value-of select="artist"/>
    <xsl:value-of select="country"/>
    <xsl:value-of select="company"/>
    <xsl:value-of select="price"/>
    <xsl:value-of select="year"/>
    </xsl:for-each>
    </Content>
    </ns1:Mail>
    </xsl:template>
    </xsl:stylesheet>
    Regards,
    Prakash

  • XI Mail Adapter: sending emails with attachment with help of java mapping

    Hi ,
    On trying out the scenerio mentioned in the blog, using the java mapping provided
    "XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping
    The scenerio works just fine.
    But the payload as the content of the attachment is not getting generated in proper XML format.
    I suppose it's because of the replace special characters code part..
    Can anyone help me state the modification required in the code.
    Thanks!
    Regards,
    Faria Mithani

    It might be a codepage issue. Is your original payload UTF-8?

  • TS3899 Microsoft Office mail has stopped sending iCloud email saying password is invalid I have changed nothing any ideas???

    Since the update of operation system a few days ago my microsoft for mac email has stopped sending icloud emails?? I still get emails however can't

    Contact AOL customer or technical support.

  • How to send original filename as the attachment name through mail adapter?

    Hi,
    I have a File to Mail scenario where the file is picked up from a folder in R/3 system and is sent as an attachment through mail. The requirement is to send the file unconverted and with the same file name.
    When tried without creating any ESR objects, it was sending the file with the name Untitled.xml.
    Since the filename has to be picked dynamically, I am not able to configure it through module parameters also (where we can set it through Content_Disposition)
    I tried configuring it as mentioned in the following link: [http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=138084630]
    But still it is going as Untitled.xml with the whole mail package as the content of the attachment.
    Any pointers to solve this issue will be of great help.
    Thanks
    Justin

    there is no standard way so you will  have to write module beans.
    in other way:
    XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping - XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping
    Dynamic name in the mail attachment - pseudo "variable substitution" :
    XI: Dynamic name in the mail attachment - pseudo "variable substitution"
    Dynamic attachment name in receiver mail adapter

  • Configurations required for sender/ reciever mail adapter scenario...

    Hi,
    I have to work on few mail scenario's i.e, sender and reciever.
    Please let me know what all configurations are required in XI server to make the system ready to send and recieve mail like SMTP configurations...
    Thanks..

    Hi,
    how to use mail adapter                                                  
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e6c7911-0d01-0010-1aa3-8e1bb1551f05                                                  
    XI: Dynamic name in the mail attachment - pseudo "variable substitution"                                                  
    The specified item was not found.                                                  
    XI: Sender mail adapter - PayloadSwapBean - Step by step                                                  
    The specified item was not found.                                                  
    XI: HTML e-mails from the receiver mail adapter ?                                                  
    The specified item was not found.                                                  
    Mail Adapter (XI) - how to implement dynamic mail address                                                  
    The specified item was not found.                                                  
    S/MIME Security for the MAIL-Adapter within XI                                                  
    S/MIME  Security for the MAIL-Adapter within XI                                                  
    Configuring sender mail adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/frameset.htm
    Thanks,
    Madhu
    Edited by: Madhu sudhan Reddy on Jul 18, 2008 7:54 AM

  • Messages in Outbox (email) will not send.  Getting error message.....

    Lately I cannot get any messages in my email outbox to send (pics I take, then forward through email).  I keep getting an error message, "A copy has been placed in your mailbox.  The sender address "xxxx" was rejected by the server."  It is the same email address (also apple id) for comcast I have used for years and it always worked before. Can anyone help me solve this problem?  Running version 6.1.3 software.   I am so frustrated.....

    Hey lloleary12,
    Try out the following troubleshooting article:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    It'll go over how to troubleshoot Mail when it has issues sending email messages by determining which part of the email "ecosystem" is the cause of the issue, then steps to attempt to resolve it.
    Regards,
    David

  • Dynamic file name as mail attachment in receiver Mail Adapter?

    Hi,
    Can any one tell the possibility of attaching file as a mail attachment without using mail Package with dynamic filename.
    Business requirement is to send error response as mail attachment with dynamic name.
    Ex: Error_Response_20110802_13.24 where 20110802 is Date and next part represents time stamp.
    File attachment name should change dynamically in Mail receiver Adapter. Thanks
    Regards,
    Sreeramulu Konjeti.

    there is no standard way.
    you will have to write a module to get this in place.
    other ways are;
    XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping - /people/stefan.grube/blog/2007/04/17/xi-mail-adapter-an-approach-for-sending-emails-with-attachment-with-help-of-java-mapping
    Dynamic name in the mail attachment - pseudo "variable substitution" :
    /people/michal.krawczyk2/blog/2006/02/23/xi-dynamic-name-in-the-mail-attachment--pseudo-variable-substitution

  • Mail adapter with attachment

    hello
    I have a mail sender adapter with attachment, that I would like to transfer to other PI.
    the important is to keep the attachment and to deliever it to the PI
    any ideas?
    Kfir

    Hi,
    By using Java mapping, you can easily achieve this.
    Or use Adapter module 'PayloadSwapBean '.
    Please see the below blogs, it might be helpful to you.
    /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step
    /people/stefan.grube/blog/2007/04/17/xi-mail-adapter-an-approach-for-sending-emails-with-attachment-with-help-of-java-mapping
    Regards,
    Rajesh

  • Text Attachment in Mail Adapter

    Hi, I have Proxy-XI-Mail scenario.
    I want to send the mail as TEXT attachment.But the Text is coming as Mail content.
    I have having following config
    Processing Sequence
    localejbs/CreateAttachment                           Local Enterprise Bean     XML2Plain
    localejbs/sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean  Local Enterprise Bean mail
    Module Configuration
    XML2Plain     Transform.Class     com.sap.aii.messaging.adapter.Conversion     
    XML2Plain     Transform.ContentType     text/plain;charset=utf-8          
    XML2Plain     xml.Header1000.fieldFixedLengths     100,10,10,30,30,80,80,20,10,10,20,20,30,10,18,240,10,30,18,10
    XML2Plain     xml.Header2000.fieldFixedLengths     100,30,40,240
    XML2Plain     xml.addHeaderLine     0
    XML2Plain     xml.conversionType     StructXML2Plain
    XML2Plain     xml.recordsetStructure     Header1000,Header2000
    Please suggest some solution.
    Thanks.
    Rushikesh

    Hi,
    Refer these blogs
    http://www.sapag.co.in/SAP-XI-Mail-Adaptor-FAQ'S.html
    The specified item was not found.
    The specified item was not found.
    eMail Report as Attachment (Excel/Word)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]
    XI Mail Adapter: An approach for sending emails with attachment with help of Java mapping
    and also refer these links
    http://www.riyaz.net/blog/index.php/2008/02/27/xipi-configuring-the-sender-mail-adapter/
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm
    Regards,
    Suryanarayana

Maybe you are looking for