Gmail allows you to define multiple “send as” addresses. So if you want to use your GMail account but send email from You@YourCustomDomain.com, this can be supported. But, to support this you need to have a server set up that will relay the SMTP mail for you. For security reasons Google won’t allow you to […]
Sending Authenticated Email from ASP.NET C#
I previously wrote an article on what code you can use to send email using ASP.NET C#. That article assumed that the local SMTP service was allowing anonymous relay for code on the local server (i.e. 127.0.0.1). Below is a slightly revised code sample allowing for authentication against an SMTP server in case your server […]
ASP.NET, cytanium, Development/Coding, Email, Hosting, OrcsWeb