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>

Similar Messages

  • Sender Mail adapter configuration with attachment

    Hi,
    I read the below blog regarding the mail adapter
    /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step
    I have the same requirement but the attachment file is not an XML, it is CSV file so in the module tab if I change like below is it enough?
    TRANSFORM    swap.keyValue  attachment; filename=u201DMailAttachment-1.csvu201D     (I think MailAttachment-1 is the file name, am I correct?)
    If I change like above is it ok? or any other thing is required, Could you please give me the inputs
    Thanks
    Ramesh

    I have the same requirement but the attachment file is not an XML, it is CSV file so in the module tab if I change like below is
    it enough?
    PayloadSwapBean will ensure that the input to the mapping is from the attachment.....in the blog the attachment is in XML format and hence there was no need for any conversion.....yours is however a CSV file so you need to convert it to XML first and then do the further processing.....you can either use the MessageTransformationBean as shown in this blog:
    /people/gabrielsagayaselvam.panneerselvam/blog/2009/08/31/solve-key-field-problem-using-structplain2xml-in-messagetransformationbean
    Or write your own module code for the conversion.
    Regards,
    Abhishek.

  • Receiver mail adapter configuration for e-mail attachments

    Hi ,
    I need to send two files from sender file adapter to receiver mail adapter as e mail attachment.
    I want same attachment name in email as on sender side on FTP location.
    This is by pass scenario no object created in ESR.Please suggest how to handle this.
    For example if file name test.txt is send by file adapter then on mail  attachment name should be test.txt
    Thanks
    Mohit
    Edited by: Mohit Verma on Feb 10, 2012 4:18 PM

    Hi Mohit,
    Follow this blog for the ID configuration:
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4383
    Create Receiver Determination and Interface Determination as described, and add a sender file CC and receiver mail CC according to your needs, plus sender and receiver agreements.
    In order to maintain the original file names, use a simple adapter module with the code mentioned here:
    http://forums.sdn.sap.com/thread.jspa?threadID=2122711&start=14
    Hope this helps,
    Greg

  • Sender Mail Adapter Configuration error

    Hi,
    I am working on scenario mail adapter to CRM system. And when I tried to configure the sender email adapter I have got the error following error, Can any one help me to resolve this issues
    error occured: <b>exception caught during processing mail message; java.net.ConnectException: Connection refused</b>
    the details I have provided are as follows
    Transport protocol is POP3
    URL - POP://mailservername/Inbox/folder
    And I have tried with the IMAP4 also
    URL - IMAP://mailservername/Inbox/folder
    And we have cross checked that the XI server is able to ping that particular mail server.
    Regards,
    Venkat.

    Hi Venkateswara,
    I would suggest that you go through these to know how to configure your sender mail adapter,
    <a href="/people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step mail adapter step by step</a>
    <a href="/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure adapter Scenario</a>
    Also, to know the various parameters of a sender mail adapter, just go through this link,
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm">Configuring sender mail adapter</a>
    Check your mail adapter configuration against these details. Also, check if the mail server you are trying to access is running.
    Also go thru this pdf to make yourself more comfortable with mail adapters.
    https://websmp205.sap-ag.de/~sapidb/011000358700004556712005E/HowTo_Mail_Adapter2.pdf
    Regards,
    abhy

  • Sender JMS adapter configuration for IBM MQSeries

    Dear All,
    i am doing a IBM MQSeries 5.2.x Message ->sender JMS adapter -> XI server -> receiver RFC adapter -> R/3.
    i have deployed the JMS adapter with the required jar files of IBM MQSeries 5.2.x in XI server.
    in Sender JMS adapter configuration for IBM MQSeries 5.2.x, i have put following data:
    1. Transport Protocol: Websphere MQ - is it okay?
    in JMS provider settings:
    2. in channel name - what should be there?
    3. Transport Network protocol should be TCP/IP or WebsphereMQ - how to decide this thing.
    4. JMS Complaint - whether WebsphereMQ or JMS API.
    in JMS Settings:
    5. JMS Queue user - is this IBM MQSeries 5.2.x Queue User or someother user?
    6. JMS Message Selector - what data to take here.
    So if anybody has connected IBM MQSeries 5.2.x to XI via JMS adapter, please answer my above queries.
    Regards,
    Rajeev Gupta

    Hi Swaroop,
    you can send me those documents at my gmail-id : [email protected]
    Hi All,
    one more question - to connect XI server to IBM MQSeries via JMS adapter in ID, do we need to have a MQSeries Client installed on XI server - or - just by configuring JMS adapter, we can send messages from IBM MQSeries to XI server without any MQSeries client on XI server?
    Why Channel name is required in JMS configuration data?
    Thanks,
    Rajeev Gupta

  • Mail Adapter Configuration in XI 3.0

    Hi all,
    i tried to set up a process using the mail adapter. Unfortunately it doesn't work. Has anyone succeeded in setting up a process with the mail adapter using POP3 and SMTP?

    Hi Michael,
    I did not find any documentation of the XI 3.0 mail adapter so result of practical test only for outgoing mail using SMTP:
    <b>Mail server settings:</b>
    SMTP port 8025 (you can configure any port of course)
    Account demo, password test
    <b>Mail adapter configuration:</b>
    Bubble adapter java class
    classname=com.sap.aii.messaging.adapter.ModuleBubble
    Bubble.Helper=com.sap.aii.messaging.adapter.ModuleBubbleHelperXIMailImpl
    Part 0 : common part ######
    Mail.MailSubject="mail from adapter z_outmail"
    Mail.MailFrom=[email protected]
    Mail.MailTo=demo@<you mail server name>
    XIALL or XIPAYLOAD
    Mail.MessageProtocol=XIPAYLOAD
    Mail.Log=1110
    Part : XI client to Mail server ######
    OMail.TargetURL=smtp://<you mail server name>:8025
    OMail.User=demo
    OMail.Password=test
    The port and path where the adapter waits for XMB messages from clients.
    XI.Port=8240
    XI.Path=/z_outmail
    It look so that there is no POP3 support, just only IMAP.
    Jiri

  • Want to delete all the mails in the mail box configured for BPM Portal

    Hi All,
    Do you have idea to perform this activity.
    I want to delete all the mails in the Dev mail box configured for BPM Portal.
    Server and mailbox details as given below :
    Mail a/c = Y00123
    Mail server = sap.mail.com
    Thanks, Sanjay

    http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
    http://www.jguru.com/faq/view.jsp?EID=17035
    if you know the password of the account, i think you can also access the mail using mail client, like you use outlook to deal with your company mail daily.

  • Mail Adapter configuration connection timed out

    I am setting up a simple mail scenario to test if my mailadapter works.
    But I receive a error message in the Communication Channel I receive this error:
    "exception caught during processing mail message; java.net.ConnectException: Connection timed out: connect"
    Does anyone knows how to resolve this error?
    gr Roy

    Hi,
    Refer this thread.
    Sender Mail Adapter Configuration error
    Regards,
    Sudheer.

  • Need Help in Creating adapter module for SFTP Sender in NWDS

    Hi experts,
    I have a scenario where i should write an adapter module for SFTP sender in NWDS.. need your help in achieving this..

    Hello,
    >>i have followed the procedure of FTP but, adapter is not picking the file
    Make sure u have written proper expression to pick file.
    >>do we have any different adapter parameters for SFTP... the input file is .csv..
    I don't think there are any specific parameters needed for SFTP (but in case u are reading file name in AM then u might have to adjust SFTP namespace)
    Thanks
    Amit Srivastava

  • Adapter Module for SOAP Sender

    Hi,
    Any alternative way to create adapter module for soap sender?
    Regards,
    Farooq

    But I just trying to know weather it will work for simple soap or not.
    Unfortunately it wont work for the normal SOAP protocol.
    Let me try my luck.
    If you are successful, then I would waiting for a blog
    Regards,
    Abhishek.

  • Client context error message while configuring for social login and personalization

    Hi,
    I am getting the below exception while configuring for social login and personalization.
    27.12.2012 11:21:25.463 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Problems while creating connection.
    27.12.2012 11:21:46.549 *WARN* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper token was null or not in UNAUTHORIZED state:1
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet requestAccessToken: could not retrieve user
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587506549] GET /etc/cloudservices/facebookconnect/sample_fb.login.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:48.455 *ERROR* [127.0.0.1 [1356587508455] GET /etc/clientcontext/default/contextstores/profiledata/loader.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.api.SlingException: An exception occurred processing JSP page /libs/cq/personalization/components/profileloader/command/load/load.json.jsp at line 41
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInterna l(JspServletWrapper.java:574)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspSer vletWrapper.java:499)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:451)
    at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter. java:59)
    Thanks,
    Shankar .A

    Hi Shankar,
    Any luck with this issue. I am also seeing the same issue
    Thanks
    Pushparajan

  • Setup and configuration for system monitoring and IT Reporting for Java sys

    Hi all,
    How to setup and configuration for system monitoring and IT Reporting for Java system ?
    How to connect Java system to Solman system?
    Regards,
    Neni

    HI,
    What is your OS? You can use SAPCCMSR.exe to monitoring  IT Reporting Java system on Solman.
    Go to solman rz21 create a csmreg user. and configuration fil for agent. copy configuration fil on usr/sap/ccms/..
    Go to comman line cd ../user/sap/xxx/sys/exe/.../ wite SAPCCMSR.00 -R pf=< ...../sys/profile/instans profile> .
    You can se agent on rz10 and use this connaction on rz20 to monitoring and IT Reporting Java system on Solman.
    I hope this help

  • How do I change my iMessage from sending from my email instead of my number? I went into settings and where I'm suppose to change where I send and recieve from it doesn't say anything about changing to a number but changing to another email account.

    How do I change my iMessage from sending from my email instead of my number? I went into settings and where I'm suppose to change where I send and recieve from it doesn't say anything about changing to a number but changing to another email account.

    WHen you go into iMessage settings at the top it will say your email account you are using for iMessage, press that and it will give options. Press sign out and it will use your current phone number if you're using an iPhone, if you're using an iPod then it will turn iMessage off. P.S. it doesn't sign you out of your itunes account for iTunes and all that, just for iMessage

  • My phone only let's me send iMessage from my email, how do I send and receive from my number?

    My phone only let's me send iMessage from my email, how do I send and receive from my number?

    Hi jwol21,
    If you are having issues sending iMessages from your phone number, you may want to double check that your phone number and your Apple ID have been linked and that your phone number is listed under Start New Conversations From. You may find the following article helpful:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/ht5538
    Regards,
    - Brenden

  • Apple TV for watching photos and videos from IMAC

    I am considering purchasing Apple TV 40GB for streaming photos and videos from my IMAC to TV on demand. Is that use case supported well by Apple TV or they are secondary and watching movies and TV shows from Itunes library are the primary use cases? I looked up Apple's page on Apple TV but it does not even talk about watching home videos using Apple TV.
    Through posts on this forum and other places, I found that I would have to "export" video in either large or medium format. The question is how is the quality of watching that video using ATV over wireless N network?
    Related question is how good is ATV's video card?
    Is this a common use cases many people use ATV for? I have recorded lot of videos using Sony mini-DV camcorder but don't end up watching because creating DVD and keeping organized DVD library is a cumbersome process.
    The other question I have is about usability of Apple remote. I don't have Iphone or Ipod touch with the remote app. Is the Apple remote good enough for playing videos, photos and occassionaly music?
    Thanks in advance,
    DJ

    dj2008 wrote:
    Thanks. A couple of follow-up questions:
    1) All I need to do to stream is to have Itunes running, right? In other words, I don't need to go to IMAC to initiate streaming. Is there a way to wake up the IMAC if it is in standby mode?
    You need imac running with itunes open, and both it an AppleTV connected to the local network.
    I don't think it'll work with computer in standby mode.
    2) I am planning to use Imovie's built-in export function. Is that good enough or do I need other softwares mentioned here (MPEGStreamclip or Handbrake)? Where do I get these softwares? Are they significantly better than Imovie's export function?
    Both are free one from squared5.com, the other you can Google. iMovie's output may well be fine, but I have found in the past that standard export settings didn't give me best results and better could be achieved either using custom export settings from iMovie or using other apps, some of which can be a bit quicker. You will also be able to use the Handbrake app to make Appletv compatible video of your home made non-commercial DVDs (without menus).
    Quality is pretty much in the eye of the beholder so if imovie does the job no reason not to use it.
    3) I have noticed that video quality on my IMAC is not as good as that of same video on DVD created using iDVD. Have 50 inch Plasma TV with up-conversion DVD player. Maybe the graphics card of my IMAC is not as good. I am bringing this up because someone mentioned that quality of video using ATV would be as good as the one seen on IMAC.
    Any upscaling done on the DVD player is altering the original content to give a potentially more pleasing image though not adding any real information.
    The DVD is likely to be of lower quality (though perhaps barely perceptible if conversion is good) than your source video on the iMac, and any differences are likely to be down to the DVD player vs software playback on the iMac, coupled potentially with scaling and frame interpolation on the TV depending on how the set processes incoming video.
    I think it's impossible to say how you'd find AppleTV compared to DVD for playback of your home video though I think the majority of people are more than happy when things have been encoded well.

Maybe you are looking for

  • Mail Sending Problems

    I have a client using Mail to access an IMAP account on our Merak Mail Server (Linux). When trying to send, she's getting the following error: ERROR This message could not be delivered and will remain in your Outbox until it can be delivered. Verify

  • Acrobat 7 Pro Windows Scanning Issues for Non-Admins

    Hello, We have several users that are having scanning issues. WE recently removed administrator rights from our end users and now for some reason Acrobat 7 Professional doesn't show any scanners in the list when they try to create a PDF from the scan

  • Error in running the jsf file.

    Hi, I am using jdev 11.1.2.0. I am creating the sample tutorial task as "Developing Rich Web Applications With Oracle ADF". After giving the HireDate default value as adf.currentDate, I got the error 500: Internal Server Error. It give the message as

  • Flash Builder 4.7 Serial number you provided is valid, but no qualifying product is found on this computer

    Hello , I am trying to activate my Flash Builder 4.7 I but I an receiving  the message "Flash Builder 4.7 Serial number you provided is valid, but no qualifying product is found on this computer". So what can I do. Do I have to install first some old

  • Pre-visualizacao nao esta funcionando

    pre-visualização não está funcionando corretamente.