Home » Categories » Multiple Categories

How do I send an email from my ASP.NET website by using SMTP Authentication?

In order to send email from our mail servers, you need to allow SMTP Authentication on your code. If you host your website and your email on our server, there will be NO remote connection made between your site and your mail service on our server. Hence, you cannot use mail.yourDomain.com as the SMTP details.

Instead, you need to use localhost as the SMTP detail on your code. Our SMTP port is 25. If your ISP blocks this port, you need to contact us via our Help Desk System and we will look for an alternative SMTP port for you. 




Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
How long does it take to get my domain name working on your server?
Viewed 7577 times since Fri, Apr 27, 2012
I would like to create a new website, what should I do?
Viewed 4204 times since Mon, Apr 30, 2012
How to solve the Let’s Encrypt SSL on ASP.NET Core
Viewed 8969 times since Mon, Jul 17, 2017
Sample Code to Send email using ASP.NET 2
Viewed 9049 times since Tue, May 1, 2012
I receive this error message: "Directory Listing Denied. This Virtual Directory does not allow contents to be listed."
Viewed 10163 times since Mon, Apr 30, 2012
I cannot find any article on this Knowledge Base that can solve my issues. What should I do?
Viewed 3788 times since Mon, Apr 30, 2012
How do I query MySQL Database in PHP ?
Viewed 2948 times since Tue, May 1, 2012
How do I redirect a subdomain to a subdirectory?
Viewed 3571 times since Tue, May 1, 2012