cancel
Showing results for 
Search instead for 
Did you mean: 

Exception "java.net.ConnectException" found while sending mail

Jitendra_Jeswan
Contributor
0 Kudos

Hi My scenario is file to Mail

I have no objects in IR, And i am putting one XML file in the file server, its been picked up successfully, but there is a problem at the Receiver Mail adapter which is throwing the following error:

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection timed out: connect

Details of my mail adapter:

SMTP, XIPayload, Use mail package Unchecked.

My file at the sender side contain following information

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

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

<Subject>Sample data</Subject>

<From>abc@mail.com</From>

<To>abc@mail.com</To>

<Reply_To />

<Content_Type>text/plain</Content_Type>

<Content/>

</ns:Mail>

Kindly Help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check if these link helps you.

Award points if found usefull.......