Flash tutorials to manage email

Email Accounts

Manage the email accounts associated with your domain(s).

Quality: High | Low

Forwarders

Send a copy of all mail from one email address to another.

Quality: High | Low

Auto Responders

Send a message back automatically to anyone who sends an email to a certain account.

Quality: High | Low

Mailing Lists

Send messages to a large group of people.

Quality: High | Low

BoxTrapper

Protect your inbox from spam.

Quality: High | Low

  • 156 utilizatori au considerat informaţia utilă
Răspunsul a fost util?

Articole similare

Do you allow access to edit php.ini file?

We don’t allow php.ini access from shared hosting/reseller hosting servers. You can enable...

Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN= " " did not match expected CN= ""

You can add following code in /config/mail.php for Laravel: 'stream' => [ 'ssl' => [...

How to create Add-on domain in cPanel?

To add new domain in your cPanel account:first, you have to change the nameservers of your domain...

Send Email through PHP

Use php mailer() function in place of php mail() to send emails. You can use PHPmailer :...

PHP - File upload

This script will allow you to upload files from your browser to your hosting, using PHP. The...