cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure reciever mail adapter

Former Member
0 Kudos

Hi All,

I have gone through your weblog for configuring reciever mail adapter BY PRASAD ULAGAPPAN.

I have few doubts .

Message protocol == XIALL.

If I am providing my mail address in MAIL ATTRIBUTES-TO parameter

then what do we have to exactly specify in connection parameters.

I want to send a mail from XI to my ID. Suppose my id is yomeshsharma@yahoo.co.in .

So if I am providing this ID in " TO " parameter then what should I specify in connection parameters

i.e url = ?

user = ?

password = ? (which password to specify , usually we dont require to give password to recieve mails )

Please help me with this.

Waiting for your reply.

Thanks in advance

View Entire Topic
Former Member
0 Kudos

Hi Yomesh,

The below help URL gives explanation for 'Connection Parameters for Mail Server':

http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/frameset.htm

You need to provide your mail server details. When you send a mail normally, say from outlook, you configure it to connect to some SMTP/IMAP server, using username/password.

Provide that server details in URL.

If you dont use user/password to connect to it, leave it blank.

Also fill the 'From' mail address.

For eg., if there is a internet connectivity to your XI server, and you want to use SMTP server of yahoo to send out mails, then you can give:

URL: smtp://smtp.mail.yahoo.com

userid: yomeshsharma

password: <your yahoo password>

In this case, both your From & TO details are same.

You can change 'TO' to send to a different mail address.

regards,

Pops V

Message was edited by: Pops V