System.Web.Mail.MailMessage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mugwumper

    #1

    System.Web.Mail.MailMessage

    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

  • Mike Lowery

    #2
    Re: System.Web.Mail .MailMessage

    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.

    "mugwumper" <mugwumper@gmai l.com> wrote in message
    news:1149780627 .532464.55580@i 39g2000cwa.goog legroups.com...[color=blue]
    >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
    >[/color]


    Comment

    • GhostInAK

      #3
      Re: System.Web.Mail .MailMessage

      Hello mugwumper,
      Bounced mail options are usually defined on the SMTP server.

      -Boo
      [color=blue]
      > 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
      >[/color]


      Comment

      Working...