2014 Jun 18 10:45 AM
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
2014 Jun 18 6:25 PM
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.