zingmatter
04-07-2004, 06:34 PM
I keep being told :
'Object doesn't support this property or method'
when I try to send an email using the Dundas Mailer Control.
This is my code:
Set oMailer = Server.CreateObject("Dundas.Mailer")
With oMailer
.FromName = sFromName
.FromAddress = sFromAddress
.Organization = sClientName
.ReplyTOs = sReplyAddress
.Subject = sSubject
.HTMLBody = sBodyText
.TOs.add sendTo
.SendMail
End With
Is there anything obviously wrong here?
Thanks in advance
'Object doesn't support this property or method'
when I try to send an email using the Dundas Mailer Control.
This is my code:
Set oMailer = Server.CreateObject("Dundas.Mailer")
With oMailer
.FromName = sFromName
.FromAddress = sFromAddress
.Organization = sClientName
.ReplyTOs = sReplyAddress
.Subject = sSubject
.HTMLBody = sBodyText
.TOs.add sendTo
.SendMail
End With
Is there anything obviously wrong here?
Thanks in advance