How do I send email through my website

If you have tried sending emails through your website and they are not being received to a nominated mailbox then this article is for you. To send email through your website in our network you need to use SMTP Authentication. We have prevented the use of php mail() and sendmail() through our servers as a part of our security features. All emails sent through our servers need to be done through authenticated users. This is done by creating a unique email address through your control panel on our server for your website to use to send emails.

To complete the setup of SMTP Mail you need to complete the following tasks:

1) Setup a new email account specifically for sending email from your website. To do this you can create a new email account in CPanel.
2) You need to use SMTP Mail for your email sending script. The process is usually fairly straight forward and easy to complete. Most open source content management systems will support SMTP Mail whether it be natively or by adding a plugin.

WordPress users will need to install a SMTP Authentication plugin, Popular ones called "WP SMTP" or "Easy WP SMTP" are good choices and are easy to configure.

If you run Drupal on your website you will also need to download one depending on what version of Drupal is installed on your website.

If you run Joomla then simply going to Global Configuration and changing your mail server settings from "sendmail" or "php mailer" to "SMTP" then entering the relevant details will be sufficient.


3) You need to configure your email script to use the following settings to send via SMTP:

Outgoing Mail Server: localhost
SMTP Authentication: Yes
Username: Full email address you have created
Password: Password associated with the email address. We recommend a strong password consisting of atleast 12 characters and numbers, a symbol an uppercase character.
Port: 26
SSL / TLS: not required.

  • 4 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

How do I reset my password for osCommerce?

osCommerce uses .htaccess and .htpasswd format files to manage the protection on the admin...

Can I add my own CGI scripts?

Our LINUX web servers have the capability to run CGI scripts in your own 'cgi-bin' directory....

How to Stop A Directory Index From Being Shown

Sometimes, for one reason or another, you will have no index file in your directory. This will,...

How do I perform a trace route?

Traceroute (tracert) works by sending a packet to an open UDP port on a destination machine. For...

How do I make a subfolder the main folder for my main domain?

The main domain on the hosting account uses the public_html folder for all of its website files....