cancel
Showing results for 
Search instead for 
Did you mean: 

No ESMTP Plug-In Is Available for SAPconnect

ganesh_borase2
Participant
0 Kudos

Hello Everybody,

I have configure the mail. I have made the necessary settings

like profile parameter

icm/plugin_0 PROT=HTTP

icm/plugin_1 PROT=HTTPS

icm/plugin_2 PROT=SMTP

icm/server_port_0 PROT=HTTP,PORT=80$$

icm/server_port_1 PROT=HTTPS,PORT=1443

icm/server_port_2 PROT=SMTP,PORT=25000,TIMEOUT=180

icm/server_port_3 PROT=SMTP,PORT=25001,TIMEOUT=180

rdisp/start_icman true

is/SMTP/virt_host_0 *:25000;

is/SMTP/virt_host_1 *:25001;

In SMICM SMTP service is activate

Also Activated the service using T.code -SICF service SAPCONNECT

Set the Job.

But when I am trying to send the mail from SAP it generate the error

Processing could not be continued due to a technical or configuration error in the SAP system

Processing was terminated in the SAP system. The reason is given in the details below:

No ESMTP Plug-In Is Available for SAPconnect

Application Server Used by the Send Process:

VTEST

(Schedule Send Process on App.Server with Plug-In)

So please suggest me How to solve this problem

Thanks

Ganesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ganesh

In order to confirm, If your SAP SMTP Service is really running

Perform telnet <server_name> 25000 (This is the port you have configured)

If you are able to telnet then you can try sending a test mail from here.

or else just see the scot/sm21 logs why SMTP service is not starting

Hope this helps

Best Regards,

Yunus