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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top