How to set default email

To set default email means to redirect all the incoming massages sent to any non-existent mailbox on your domain to a specially defined address. To do it go to E-Mail – Email Domains menu. Make a double click on a domain, select “Redirect to address” in “Action by default” menu. Enter the email for redirect […]

Read More

PHP script to send email using SMTP

Despite php already having a mail function called mail(), SMTP sendmail script is preferable. Most importantly, it allows you to bypass the antispam filters, most of which which are set to block the PHP-mail by default.

Read More