problem with aspSmartMail

X

X-Okaz.com

Usually, I use aspSmartMail without any problem, but when trying to send a
html message to my list of subscribers, I got the following error for all of
them excepted for my own adress email (and my message appears correctly in
html format)
aspSmartMail.SendMail : Error 40 error '80040028'

Error when check Recipient address : 550 not local host aol.com, not a
gateway

Does someone knows where is the problem? Thanks

Actea



My code is very simple and copied from their samples:

----------------

dim mySmartMail
set mySmartMail = Server.CreateObject("aspSmartMail.SmartMail")

mySmartMail.ContentType = "text/html"

mySmartMail.Server = "mail.actea-productions.com"

mySmartMail.SenderName = "Actea Productions"
mySmartMail.SenderAddress = "(e-mail address removed)"

mySmartMail.Recipients.Add (rsEmails.Fields.Item("email").Value),""
mySmartMail.Subject = "Newsletter n°1"
MySmartMail.Body = "<table border=0 align=center cellpadding=3
cellspacing= 0 ><tr><td> ...........MESSAGE .......... </tr><br>
</table><br><br><br>Pour vous desabonner de notre newsletter allez sur cette
page http://reality-chaud.com/retirerEmail.asp <br>"

mySmartMail.SendMail
set mySmartMail = nothing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,139
Messages
2,570,804
Members
47,351
Latest member
LolaD32479

Latest Threads

Top