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

SMTP Return path

Former Member
0 Likes
761

Dear Experts, is der a way to change or set the return path of an outgoing mail via abap? I am using bsc to send  the mails. Thx for helping, Cheers

1 REPLY 1
Read only

Former Member
0 Likes
539

No, the Return-Path is set by the MTA by copying it from MAIL FROM. Can you describe your scenario/ requirement? Can't you use Reply-To? That can be set using method SET_REPLY_TO. To set the sender you can use SET_SENDER.