Home All Groups Group Topic Archive Search About

System.Web.Mail.MailMessage

Author
8 Jun 2006 3:30 PM
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

Author
8 Jun 2006 7:37 PM
Mike Lowery
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
>
Author
8 Jun 2006 9:30 PM
GhostInAK
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
>