Date:  05/04/2018 07:04:44 AM Msg ID:  004949
From:  Joe Goldsmiith Thread:  004949
Subject:  ASPSmartMail SMTP
<p>
&nbsp;I&rsquo;ve just started playing around with ASPSmartMail and can&rsquo;t seem to get through authentication.
</p>
<p>
Here is the error I&rsquo;m getting:
</p>
<p>
&nbsp;&quot;<span style="font-family: -webkit-standard; font-size: medium">Failed to send e-mail.&nbsp; 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...&quot;</span>
<p>
&nbsp;<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(&quot;aspSmartMail.SmartMail&quot;)</span>
            </p>
            <p>
            <span style="font-size: 10pt">mySmartMail.Server = &quot;smtpout.secureserver.net&quot;</span>
            </p>
            <p>
            <span style="font-size: 10pt">*Authentication</span>
            </p>
            <p>
            mySmartMail.Username = &quot;met@mydomain.com&quot;
            </p>
            <p>
            mySmartMail.Password = &quot;MyPassword&quot;
            </p>
            <p>
            &nbsp;
            </p>
            <p>
            I then wrote each to the screen to ensure they were correct.
            </p>
            <p>
            &nbsp;
            </p>
            <p>
            response.write(&quot;Username = &quot;+mySmartMail.Username+&quot;&lt;br&gt;&quot;)
            </p>
            <p>
            response.write(&quot;Password = &quot;+mySmartMail.Password+&quot;&lt;br&gt;&quot;)
            </p>
            </td>
        </tr>
    </tbody>
</table>
<p>
<span style="font-size: 10pt">&nbsp;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>
&nbsp;Anyone have an idea why I keep getting this error message?
</p>
<p>
<span style="font-size: 10pt">Thanks to all...&nbsp;</span>
</p>
<div>
&nbsp;
</div>