Application Development and Automation 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: 
Read only

Problem with sending Email

Former Member
0 Likes
494

Hi Gurus,

I need to send email to some internet address.

I am using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' for this purpous.

I am sending needed parameters and my FM executes with Sy-Subrc equal to 0.

But mail is not received.

If any one faced the same situation, would be very helpful for me if he/she can throw some light on this.

If needed I can paste my sample code here.

Thanks,

Lalit Kabra

PS : I am sorry to ask the same question which has been asked thousand times earlier. But could not figure out problem.

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
475

1. Check whether the mail is in the queue check with tranx SCOT or SOST

2. Check whether commit work after fm call

a®

Read only

0 Likes
475

Hi,

Thanks for the quick response.

But I could not see the mail in Tcode SOST.

Regards,

Lalit

Read only

Former Member
0 Likes
475

Got the problem. Now it works...