<p>
I’ve just started playing around with ASPSmartMail and can’t seem to get through authentication.
</p>
<p>
Here is the error I’m getting:
</p>
<p>
"<span style="font-family: -webkit-standard; font-size: medium">Failed to send e-mail. The error message was:</span>
</p>
<span style="font-family: -webkit-standard; font-size: medium">OLE IDispatch exception code 0 from aspSmartMail.SendMail : Error 28: 535 Authentication Failed for..."</span>
<p>
<span style="font-size: 10pt">Here is my code block.</span>
</p>
<table border="0" class="sourceCode">
<tbody>
<tr>
<td>
<p>
<span style="font-size: 10pt">mySmartMail = CREATEOBJECT("aspSmartMail.SmartMail")</span>
</p>
<p>
<span style="font-size: 10pt">mySmartMail.Server = "smtpout.secureserver.net"</span>
</p>
<p>
<span style="font-size: 10pt">*Authentication</span>
</p>
<p>
mySmartMail.Username = "met@mydomain.com"
</p>
<p>
mySmartMail.Password = "MyPassword"
</p>
<p>
</p>
<p>
I then wrote each to the screen to ensure they were correct.
</p>
<p>
</p>
<p>
response.write("Username = "+mySmartMail.Username+"<br>")
</p>
<p>
response.write("Password = "+mySmartMail.Password+"<br>")
</p>
</td>
</tr>
</tbody>
</table>
<p>
<span style="font-size: 10pt"> I have triple checked username and password even by logging into my Godaddy email account manually. As such, the username and password are correct.</span>
</p>
<p>
Anyone have an idea why I keep getting this error message?
</p>
<p>
<span style="font-size: 10pt">Thanks to all... </span>
</p>
<div>
</div>