Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sending email to external mail-id using authentication based smtp server

former_member143179
Participant
0 Kudos

Dear Sir,

I need to send email from ABAP program to external mail-id . Our SMTP server needs authentication to send out the email . Using SCOT tcode , we defined all parameter related to SAPConnect for smtp . But there is no parameter found related to sender email user name and password which is required by smtp server for authentication .  Due to this , the email from ABAP is not getting delivered .

Kindly help us please .

Regards

B Mittal

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

What is your version, on recent one you can input a security option on the SMTP tp node (use TLS, authentification) - But this is not Abap related (wrong space)

Regards,

Raymond

2 REPLIES 2

Former Member
0 Kudos

Hi,

This setting will be done by BASIS.Otherwise you can create a new autherizion obejct and check it in your ABAP prgroam before sending email.so that only autheried people will receive email.

Regards,

Pravin

raymond_giuseppi
Active Contributor
0 Kudos

What is your version, on recent one you can input a security option on the SMTP tp node (use TLS, authentification) - But this is not Abap related (wrong space)

Regards,

Raymond