System.Web.Mail.MailMessage

  • Thread starter Thread starter mugwumper
  • Start date Start date
M

mugwumper

I am using System.Web.Mail.MailMessage to send out emails and I am
trying to have any bounce backs go to a diffrent address then the one
that it is sent from. If anyone knows how to make this work please let
me know.

Thanks
 
Don't believe there is any support in SMTP for this. The closest thing would be
ReplyTo but that applies to all responses, bounced or not.
 
Hello mugwumper,
Bounced mail options are usually defined on the SMTP server.

-Boo
 
Back
Top