Mailer.ReplyTo FirstName & " " & LastName,Email

Have the above line in an ASPMail script.
The error says 'ReplyTo' is not supported.
I'm guessing I have a syntax problem.
How should the 'ReplyTo' property be used?

thanks!

Re: ReplyTo in ASP Mail by Andrey

Andrey
Mon Apr 12 15:55:41 CDT 2004

shank wrote:

> Mailer.ReplyTo FirstName & " " & LastName,Email
>
> Have the above line in an ASPMail script.
> The error says 'ReplyTo' is not supported.
> I'm guessing I have a syntax problem.
> How should the 'ReplyTo' property be used?
>
> thanks!
>

I would say it should look like a regular email field:

"John Doe" <john@doe.com>

-Andrey




Re: ReplyTo in ASP Mail by Dominique

Dominique
Tue Apr 13 02:26:08 CDT 2004

No need for a replyTo

put that email address in the FROM parameter, and you're done.

Cheers

"shank" <shank@tampabay.rr.com> wrote in message
news:OPsudXMIEHA.3664@TK2MSFTNGP11.phx.gbl...
> Mailer.ReplyTo FirstName & " " & LastName,Email
>
> Have the above line in an ASPMail script.
> The error says 'ReplyTo' is not supported.
> I'm guessing I have a syntax problem.
> How should the 'ReplyTo' property be used?
>
> thanks!
>
>