Hi Chip,
hope you are fine. We have a problem with the reply-to parameter. For a specific use-case it is necessary, that we get the following line in the email:
RCPT TO: test@test.com NOTIFY=SUCCESS
With the command -replyto it is possible to generate the following line in the email:
RCPT TO: test@test.com
But it is not possible to add the rest of the line, but this status must be added to get a repsonse from the other application.
Can you help us?
Greetings Heiko
The RCTP TO command does not appear in the e-mail at all, it's part of the SMTP session. The reply-to header is different and will be in the e-mail headers, but not in the format above.
NOTIFY=SUCCESS relates to Delivery Status Notification, and is controlled using the -dsn option.
If you're wanting a response from your (or an upstream) SMTP server to verify the e-mail was relayed or delivered, -dsn is what you're looking for.
Last edit: Al Bundy 2023-10-31