When should the Sender header and From header be set? #1828
-
I have an SDK wrapper on top of MailKit that handles SMTP-related things, like authentication, sending of emails etc.
Are all of these states valid and sound in reasoning? Or is something flawed here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To elaborate a bit, the |
Beta Was this translation helpful? Give feedback.
Sender
if the Username value differs from theFrom
value specified by the user.To elaborate a bit, the
Sender
header should only ever be used if it differs from theFrom
header.