Reply-To Field

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

    Reply-To Field

    Could someone tell me if the Reply-To field is available
    with the Mail objects of ASP.NET with C#.

    Classic ASP used something like this:
    objMsg.Value("R eply-To") = "someemailaddre ss@somewhere.co m"

    However, that doesn't seem to work in ASP.NET, not even
    with a ";" at the end.

    Any advice is much appreciated.

    Thanks,
    Shane
  • William Ryan

    #2
    Re: Reply-To Field

    Won't the From field work? http://www.knowdotnet.com/articles/smtp.html
    "Shane" <mswdev03@yahoo .com> wrote in message
    news:036601c3d4 a7$222c4760$a50 1280a@phx.gbl.. .[color=blue]
    > Could someone tell me if the Reply-To field is available
    > with the Mail objects of ASP.NET with C#.
    >
    > Classic ASP used something like this:
    > objMsg.Value("R eply-To") = "someemailaddre ss@somewhere.co m"
    >
    > However, that doesn't seem to work in ASP.NET, not even
    > with a ";" at the end.
    >
    > Any advice is much appreciated.
    >
    > Thanks,
    > Shane[/color]


    Comment

    • Shane

      #3
      Re: Reply-To Field

      I was using just a from field. But people are replying to
      that and I want them to reply to another email address. If
      I use the other email address in the from field, the email
      will not work because it will be seen as a spoof. This has
      to do with the security that is set up for my company's
      email domains.

      [color=blue]
      >-----Original Message-----
      >Won't the From field work?[/color]
      http://www.knowdotnet.com/articles/smtp.html[color=blue]
      >"Shane" <mswdev03@yahoo .com> wrote in message
      >news:036601c3d 4a7$222c4760$a5 01280a@phx.gbl. ..[color=green]
      >> Could someone tell me if the Reply-To field is available
      >> with the Mail objects of ASP.NET with C#.
      >>
      >> Classic ASP used something like this:
      >> objMsg.Value("R eply-To")[/color][/color]
      = "someemailaddre ss@somewhere.co m"[color=blue][color=green]
      >>
      >> However, that doesn't seem to work in ASP.NET, not even
      >> with a ";" at the end.
      >>
      >> Any advice is much appreciated.
      >>
      >> Thanks,
      >> Shane[/color]
      >
      >
      >.
      >[/color]

      Comment

      Working...