You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use the first method please be aware that because it is deprecated ("ReplyTo is obsoleted for this type. Please use ReplyToList instead which can accept multiple addresses.") you might have to disable the warning:
If you use the second method please be aware that only the first address in the ReplyToList will be used because the Postmark API only supports a single ReplyTo address !
When I send a MailMessage that has a ReplyTo set I get what I expect:
"Reply-To: TentantName [email protected]" in the raw source of the message:
When I send a MailMessage that has the same To, but added to the ReplyToList, there's no Reply-To in the raw source of the message.
I think that this code in SystemMailExtensions.cs:
should be extended to support a ReplyToList, also because ReplyTo is deprecated:
The text was updated successfully, but these errors were encountered: