First of all thank you for such a wonderful service
I cannot email from my .net app
Is it ok to use my own smtp host?
<system.net>
<mailSettings>
<smtp>
<network host="smtpout.secureserver.net" password="11111111111111" userName="support@111111111111111.net"/>
</smtp>
</mailSettings>
</system.net>
I cannot email from my .net app
Is it ok to use my own smtp host?
<system.net>
<mailSettings>
<smtp>
<network host="smtpout.secureserver.net" password="11111111111111" userName="support@111111111111111.net"/>
</smtp>
</mailSettings>
</system.net>