Reply-To Field

  • Thread starter Thread starter Shane
  • Start date Start date
S

Shane

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("Reply-To") = "(e-mail address removed)"

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

Any advice is much appreciated.

Thanks,
Shane
 
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.
 
Back
Top