cancel
Showing results for 
Search instead for 
Did you mean: 

Error while sending mail through SMTP

Former Member
0 Kudos

Hi,

We are getting the following error while trying to send mail through SMTP.

'554 ERROR_MESSAGE_STATE: SMTP_NO_HANDLER( host:1-,subrc:0001)'

Please advice,

Regards,

Sam

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

How are you configuring the sender channel? ideally your url should be smtp://host/

where, host = Your server name. If you are not using the default port then use as,

smtp://host:port/

Port = port number.

Can you check this?

By they way where you see this error, did you check adapter monitor?

Anirban.

Former Member
0 Kudos

Hi Cheriyan Sam,

Hope you have maintained the handler CL_SMTP_EXT_SAPCONNECT inside SICf transaction. This has to be done in SAPConnect node. You can check note no 455140 for further info...

Cheers

JK

PS: Award points if this helps you

Former Member
0 Kudos

Hi All,

Configured SMTP as per the note 455140,i can able to send mails from SAP to the out side world,

mails in SAP.When i tried the test to check whether the SAP system is correctly set up to receive e-mails as per the note 607108, iam getting a connection closed message as below.

afgdev:pgdadm> telnet afgdev 2500

Trying...

Connected to afgdev.

Escape character is '^]'.

220 afgdev.abc.ae SAP 6.40(52) ESMTP service ready

helo afgdev

250 afgdev.abc.ae

mail from:<cheriyan.sam@abc.ae>

250 Ok

rcpt to:<stscheriyans@afgdev.abc.ae>

250 Ok

data

354 Enter mail, end with "."

Hello,This is a test.

.

Connection closed.

afgdev:pgdadm>

rgds

Sam

Former Member
0 Kudos

Hi Sam,

Were you ever able to find a solution to this problem?

We are having the exact same problem...

Regards,

Peter

former_member184154
Active Contributor
0 Kudos

Where are you getting this error?

How are you sending emails? SMTP comm channel? Or SCOT trx?