Start a conversation

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 Servermail.YourWebSiteLive.net
'From' or 'To' email addressThis must be the email address of a mailbox created in your Control Panel
Authentication UsernameThis is the username of the mailbox above you have created in your Control Panel
Authentication PasswordThis 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.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Support-Agent

  2. Posted
  3. Updated

Comments