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

Mail triggering problem

Former Member
0 Likes
417

Hye Techies,

I am using the FM SO_DOCUMENT_SEND_API1 in a loop to trigger mails.

For each loop pass the mail has to be triggered to different people, with To and CC and different body on each loop pass.

The problem is for the second loop pass if the mail triggered to same person with diffenet body, the mail is delivered to the user but in mail content the TO address is coming as blank.

Mail is delivered with TO as blank.

Please help.

Regards,

Imran.

2 REPLIES 2
Read only

Former Member
0 Likes
381

Hi Imran,

The problem seems to be because of clear/refresh not done properly inside the loop.

Check in debug mode & you should find that the old entries are not cleared which is creating above problem.

Thanks,

Best regards,

Prashant

Read only

0 Likes
381

Hye prasanth,

The mail is delivered to the TO recepient, but in the mai the TO email id is not appeaing in the mail.

Regards,

Imran.