| Jim Buyens 2004-08-31, 7:16 pm |
| Have you checked your code against the documentation at:
http://www.serverobjects.com/comp/Aspmail4.htm
Otherwise, either post your code or try using the
CDO.Message object as explained at:
Mailing Form Data
http://www.interlacken.com/winnt/ti...how.aspx?tip=46
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
>-----Original Message-----
>I am having a problem with my forms and emailing them to
>the end users.
>
>I have a site that has a form, the users fill the form in
>and send it to me. The problem is that the form is not
>emailing the entered text to me. I will just get the
>email with the blanks.
>
>I am using;
>Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
>Hope that helps. My explanation is lacking something.
>Sorry for that.
>.
>
|