cancel
Showing results for 
Search instead for 
Did you mean: 

error when trying email reporting blog

Former Member
0 Kudos

Hello,

I'm trying to follow this blog but end up with this error:

Mail: call failed; java.io.IOException: server not responding OK to RCPT TO; 550 5.7.1 Unable to relay for mailReceiver

I've managed to send simple file to mail scenario using the very same mail server and addresses so that part of config should be ok.

mailReceiver = my receiving mail address at google mail

mailSender = my sending mail address at my company

Here is the sent payload:

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

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

<Subject>Deliveries from XI</Subject>

<From>mailSender</From>

<To>mailReceiver</To>

<Content_Type>text/html</Content_Type>

<Content>These deliveries has been completed:<br><br><table><tr BGCOLOR="#CCCC99"><td>Delivery Number&nbsp;</td><td>Order Number&nbsp;</td><td>Ship-To&nbsp;</td><td>Name&nbsp;</td><td>Product Code&nbsp;</td><td>Qty Billed&nbsp;</td><td>Status&nbsp;</td></tr><tr><td>0080673770&nbsp;</td><td>000326&nbsp;</td><td>0000302702&nbsp;</td><td>SAP Global Delivery Center&nbsp;</td><td>C0901&nbsp;</td><td>23.570&nbsp;</td><td>complt&nbsp;</td></tr><tr><td>0080672844&nbsp;</td><td>000342&nbsp;</td><td>0000302455&nbsp;</td><td>A Demo Company&nbsp;</td><td>C0989&nbsp;</td><td>23.155&nbsp;</td><td>complt&nbsp;</td></tr><tr><td>0080674011&nbsp;</td><td>000399&nbsp;</td><td>0000302799&nbsp;</td><td>Mannar and Co. India Pvt. Ltd.&nbsp;</td><td>C0101&nbsp;</td><td>18.500&nbsp;</td><td>complt&nbsp;</td></tr><tr><td>0080674884&nbsp;</td><td>000415&nbsp;</td><td>0000303128&nbsp;</td><td>SAP AG&nbsp;</td><td>C0667&nbsp;</td><td>20.027&nbsp;</td><td>complt&nbsp;</td></tr></table></Content>

</ns1:Mail>

Help needed ASAP Please!

Regards,

Zozo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Did I offend someone starting this thread or is the answer to this question too obvious for everyone but me?

Former Member
0 Kudos

Could someone please take a look at this and show me a direction? Now I don't where to start. Is it something wrong in the .xsl or .xsd files? Both of them are downloaded from SDN but maybe there are some adjustments needed that I don't know of?

All the best,

Z