May 2, 2012 at 7:35 am
We are sending email using msdb.dbo.sp_send_dbmail using SMTP. Recently We are getting below Error "server response was: Access denied - Invalid HELO name (See RFC2821 4.1.1.1)). )" and unable to send mail. What is solution for this problem? this is SMTP related or Database related?
Thanks in advance.
May 2, 2012 at 7:48 am
from doing a Google search it seems like its down to authentication where your SMTP server requires authentication. I would check your using the right username and password in the DBMail configuration.
May 2, 2012 at 8:48 am
There is a posiblity they may have enabled secured SSL connection in SMTP.
check this as well.
Regards
Durai Nagarajan
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply