I am trying to fix the Sender to a GMAIL group alias but the email is always received from the email alias used in AuthenticateAsync
MimeMessage msg = new MimeMessage() {
Sender = MailboxAddress.Parse("[email protected]"),
Subject = subject
};
How to correctly set up the Sender or From so that emails received is from my GMAIL group alias?
AWS SES + SNS works like a charm!