How to configure SMTP service Zoho in linode?
Hi all,
How to configure SMTP service Zoho (zoho.com) in linode using PHP 7.x to sending emails from website.
best regards
Amin
1 Reply
- Install a web server (apt install apache2).
- Install PHP (apt install php74).
- Get web server and PHP to play nice with each other (see https://www.interserver.net/tips/kb/apache-php-fpm-ubuntu-18-04/ ).
- Ask Linode to open email ports (25, 587, 465…see https://www.linode.com/community/questions/19082/i-just-created-my-first-linode-and-i-cant-send-emails-why ).
- Install Zoho (whatever that is).
- Read the Zoho manual.
Proceed…
-- sw