by Lazar | Mar 18, 2021 | Email Management
Here is a script example you can test PHP mail function with: <?php $to = “you@yourdomain.com”; $subject = “Hi!”; $body = “TEST”; $headers = “MIME-Version: 1.0\r\n”; $headers .=...
by Lazar | Mar 18, 2021 | Email Management
To forward an email that is sent to your email account created in your hosting account you must create a forwarding email filter. To enable e-mail filtering for the incoming messages of an e-mail you must use the “Create Email Filter” menu or you can...
by Lazar | Mar 18, 2021 | Email Management
To add an email alias, you should follow the instructions below: Log in to your Hosting Control Panel Open the Email Manager Choose the Create Email Alias option Fill in the form and create the email alias
by Lazar | Mar 18, 2021 | Email Management
Webmail is accessible from http://mail.yourdomain.com* and also from your hosting panel, Webmail section. Login to Webmail with your e-mail address and password. *replace yourdomain.com with your hosted domain name
by Lazar | Mar 18, 2021 | Email Management
Our servers require SMTP authentication, which in plain English means you will have to use any of your email accounts, created within the Email Manager > Email Accounts section from your control panel. You can see the code of an example contact form...