How to send email using ColdFusion, ASP, .NET or PHP Print

  • 0

In order to send email via ColdFusion, ASP, .NET or PHP, you will need to configure your application / website code with the mail server settings. Documentation of the actual code to send mail using your favorite scripting languages can be found in other KB articles here or at the vendor's website. 

IMPORTANT:

  • It is important that any forms you create have captured protection to prevent bots from submitting the form endlessly. 
  • Use a FROM address that has SPF and DKIM configured or the recipient mail server may block your emails.
  • You will need an email address set up on your account to be able to send mail.

Shared Hosting Accounts:

Mail Server: 127.0.0.1
User Name: Your full email address
Password: Your full password
SMTP Port: 465 (Use SSL)

Dedicated Servers:

Mail Server: 192.168.3.16
User Name: Your full email address
Password: Your full password
SMTP Port: 465 (Use SSL)

Note: If you are sending mail remotely you will use the public mail server host name. See "Email settings POP3/IMAP" below.

 

Also SeeEmail Settings POP3 / IMAP / SMTP | Check email online | Email Troubleshooting | Adding an email to your hosting account WINDOWS / LINUX

Contact Support

If you are still having issues, please contact us for further help.
1-877-EPHOST1 | support@ephost.com

 

 


Was this answer helpful?

« Back