I use the Limilabs.Mail.MailBuilder to build the mail.
I've the exception "is not valid mail address" in builder.From.Add(username), because username doesn't contain @.
I need to send mail with amazon aws, and the username format doesn't contain @.
How can I solve it?
Thanks