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

Need Read Receipt for Email (which is sent through Smartform functionality)

Former Member
0 Likes
1,145

Hi,

The requirement is that, the sender should get a read Notification (read Receipt) for a email which contains the Smartform output as an attachment.

In the Standard FM - SO_DOCUMENT_SEND_API1, which is used to send emails we have a option to do this.

But we are using the inbuilt email functionality of Smartform for sending the emails.

Is there any option to get the read notification in this case.

Would certainly appreciate quick replies.

Thanks,

Nisha Vengal.

Hi,

The requirement is that, the sender should get a read Notification (read Receipt) for a email which contains the Smartform output as an attachment.

In the Standard FM - SO_DOCUMENT_SEND_API1, which is used to send emails we have a option to do this.

But we are using the inbuilt email functionality of Smartform for sending the emails.

Is there any option to get the read notification in this case.

Would certainly appreciate quick replies.

Thanks,

Nisha Vengal.

3 REPLIES 3
Read only

Former Member
0 Likes
872

Hi,

Can anyone please suggest me a solution for this.

Thanks,

Nisha Vengal.

Read only

0 Likes
872

Hi,

When I tried using the function module SO_DOCUMENT_SEND_API1 also, I am not able to get the read receipt which was sent.

I passed these parameters.

notif_read = 'X'

notif_ndel = 'X'

notif_del = 'X'

But its not working.

Could you please help me out.

Thanks,

Nisha Vengal.

Read only

0 Likes
872

Hi,

passed the parameter like,

data : t_receivers like somlreci1 occurs 0 with header line.

t_receivers-notif_del = 'X'. "Acknowledgment of receipt expected

t_receivers-notif_ndel = 'X'. "Email failure notification

t_receivers-NOTIF_READ = 'X'. "Read acknowledgment expected

Regards,

Arpit