|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
System.Web.Mail.MailMessageI 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. Show quoteHide quote "mugwumper" <mugwum***@gmail.com> wrote in message news:1149780627.532464.55580@i39g2000cwa.googlegroups.com... >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 > Hello mugwumper,
Bounced mail options are usually defined on the SMTP server. -Boo Show quoteHide quote > 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 > |
|||||||||||||||||||||||