cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to mail adapter

Former Member
0 Kudos

Hi!

I'm searching for an alternative to the mail adapter of the XI.

In my scenarios I have to send emails, generated out of IDocs, in a very flexible way:

I want dynamic filenames, I want to add an attachemnt, I want to set the content-type of this attachment, I want to set an text as the email body, I want to set the receiver, sender and subject dynamically and most important, I need CC (Carbon Copy) and BCC (Blind Carbon Copy). At last I want the IDoc-Acknowledgements sent back properly.

I spent many, many days to get this all running with the mail adapter shipped with XI, but I didn't get everything running in that way I need it. Especially CC and BCC seems to be a great problem.

Is there a more flexible way to send emails via XI, which is easier to configure as the mail adapter?

Best regards,

Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI,

Go with Java Proxy or WebService.

If it is a Java Proxy, in the proxy you can call Java Mail APIs so that , you can acheive the same.

Similarly you can achieve the same thru Webservice.

Hope this helps,

Regards,

Moorthy