Which SMTP server should I use for ASP/ASP.net mail component?

Programming, error messages and sample code
You should use the smtp server assigned to your account "mail.yourdomain.com" as the SMTP outgoing server for your web applications(Replace yourdomain.com to your own domain name).

To get your SMTP server setup, please follow the below:
1) Login to your control panel
2) Make sure a domain name is added to your account by going to Hosting Control Panel -> Website Domain Manager
3) Once the domain name is added to your account, go to Hosting Control Panel -> Email Manager and activate your email service for your domain name.
4) Create the necessary email account that you need.  Your script MUST send from an valid Email account. So create the ones you need.
5) Done! Please follow below's code sample to send emails.

YOU MUST USE SMTP AUTHENTICATION

Please see this example code for sending emails:

[ASP.NET] http://www.myWindowsHosting.com/support/KB/a179/how-to-send-email-in-aspnet.aspx
[ASP] http://www.myWindowsHosting.com/support/KB/a180/how-to-send-mail-using-cdo.aspx
[PHP] http://www.myWindowsHosting.com/support/KB/a178/how-to-send-email-from-a-php-application.aspx?KBSearchID=531

NOTICE:  Trial account does not have SMTP service. Therefore, you cannot test this in your trial account. We do this to prevent spammer from taking advantage of our Free Trial Service.