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

  1. Install a web server (apt install apache2).
  2. Install PHP (apt install php74).
  3. Get web server and PHP to play nice with each other (see https://www.interserver.net/tips/kb/apache-php-fpm-ubuntu-18-04/ ).
  4. 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 ).
  5. Install Zoho (whatever that is).
  6. Read the Zoho manual.

Proceed…

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct