cancel
Showing results for 
Search instead for 
Did you mean: 

JDBS to MAIL

Former Member
0 Kudos

Hi evrybody.

I send from JDBS message to MAIL.

In SXMB_MONI detail message:

XML Message Msg ID = fkjghigndfhgkfdj...

Inbound Message ( CENTRAL ) normal

Receiver Grouping normal

Responce normal

Payloads

MainDocument ( application/xml )

<?xml version="1.0" encoding="UTF-8" ?>

- <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">

<Subject>Tema Ravna</Subject>

<From>palvanov_anvar@yahoo.com</From>

<To>palvanov_anvar@yahoo.com</To>

<Content>Send mail from banking system ZBANK</Content>

</ns:Mail>

NO errors.

Mail Adapter CC_MAIL_RECEIVER: http://sap.com/xi/XI/System SAP BASIS 6.40

Transport Protocol SMTP

Message Protocol XIPAYLOAD

Adapter Engine Integration Server

URL smtp://mail.yahoo.com

User palvanov_anvar

Password ****** = ******

Chekced Use Mail Package

Content Encoding base64

no checked Keep Attachments

Status Active

but message do not delivery in palvanov_anvar@mail.ru

Anvar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

maybe in XI not configuration out parameters to Internet?

though maybe it is foolish.

Former Member
0 Kudos

public email servers like yahoo and gmail cannot be used in the smtp adapter configuration. Use your company mail server or if you search google for some free SMTP servers, you can download and install any one of them and start using it.

--Archana

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhavesh Kantilal

gmail.com can use?

bhavesh_kantilal
Active Contributor
0 Kudos

Hi

<i>URL smtp://mail.yahoo.com

User palvanov_anvar</i>

Can you try using someother mail server than public mail servers like Yahoo? Your firewall will not allow access to the same.

Also look into this blog and make sure you have made base encoding in Mail adapter as Base 64 .

/people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address

Regards

Bhavesh