[thelist] Jmail in ASP problem

Anthony Baratta anthony at baratta.com
Wed Apr 28 15:36:10 CDT 2004


At 12:23 PM 4/28/2004, Casey Crookston wrote:

>Here's the error:
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Microsoft VBScript runtime error '800a01b6'
>Object doesn't support this property or method: 'userEmail.AddRecipient'
>/cgi-bin/send_mail.asp, line 66
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>Line 66 being:  mailObj.AddRecipient = userEmail

That is not the way to add a Recipient.

Try:
         mailObj.AddRecipient "email address"

Have you checked the JMail Docs??

http://www.dimac.net/Products/w3JMail/start.htm

Simple Example:

http://www.dimac.net/Products/w3JMail/Version37/Examples/simple.htm

---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."



More information about the thelist mailing list