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
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