anybody experience this problem? i just got a call from a major customer of mine and obviosuly the mail stopped working and htey haven’t noticed for a few weeks and we haven’t got it notification.
Persits.MailSender.4 error ‘800a0006’
553 sorry, that domain isn’t allowed to be relayed thru this MTA (#5.7.1)
We have had SMTP auth for a VERY VERY long time now to use mail.domain.com mail services. Also, persist doesn’t support that in the free version, so change to localhost and it will likely be the quick fix.
What do you by “localhost”, does this mean I have to get rid of “persist mail” scripts all together? or is there a setting in ther persisit mail script that I can change to “localhost”? this is what they used
Mail.AddReplyTo email
Mail.Subject = “Coupon Request”
Mail.Body = MailMsg
Mail.Send
If Err <> 0 Then
Response.Write "Error encountered: " & Err.Description
End If
Set Mail = Nothing