[thelist] Jmail in ASP problem

James Aylard evolt at pixelwright.com
Wed Apr 28 15:27:57 CDT 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
>
> What is the correct syntax?  Or, what am I doing wrong.  All
> variables are properly defined.

AddRecipient is a method, not a property. See:

http://www.activeservers.com/components/Jmail/object_reference.htm#AddRecipient

James Aylard



More information about the thelist mailing list