Sending Mail Using Scripts and Web Forms
To send mail from a form or other script on your site our mail servers require authentication to prevent the spread of viruses and protect against Spammers. Please ensure that any web forms or scripts conform to the following authentication:-
SMTP Server Authentication Settings |
Outgoing SMTP Server | mail.YourWebSiteLive.net |
'From' or 'To' email address | This must be the email address of a mailbox created in your Control Panel |
Authentication Username | This is the username of the mailbox above you have created in your Control Panel |
Authentication Password | This is the password of the mailbox above you have created in your Control Panel |
Where you see domainname.com, replace this with your own sites domain name (without the 'www').
ASP.NET 2.0
Use the System.Web.Mail Class to send email from ASP.NET Applications.
Classic ASP
We have both CDOSYS and JMail Pro installed on the servers for sending email from an ASP Application using SMTP Authentication.
PHP
For sending emails from PHP Scripts there is Pear Mail using SMTP Authentication.
Support-Agent
Comments