Creating corporate email and configuring SMTP

Zurück

Mail/E-mail

Creating mailboxes on a parked domain

After connecting a domain, you can use email with your site's address, for example mail@example.com.
You can connect Google.com, Zoho.com and other email services to your domain.


Connecting corporate email on Zoho.eu

1

Sign up at zoho.eu/mail

2

Choose a pricing plan (for example, 5GB — FREE, free).

3

Add your domain. To verify, create a CNAME or TXT record in DNS. You can send this data to us for configuration, or specify it yourself (preferably send both options).

4

Add MX records (host name: @ or blank). The values are listed below:

Host / Domain Value / Address Priority
@ / Blank mx.zoho.eu. 10
@ / Blank mx2.zoho.eu. 20
@ / Blank mx3.zoho.eu. 50
5

In DNS records, create a TXT record (SPF):
v=spf1 ip4:88.218.28.193 include:zoho.eu ~all

6

It is recommended to configure DKIM Signature.

7

Create email addresses and users in the Zoho panel.

8

Configure sending via SMTP in the site admin panel:

Option 1 (SSL)
  • Server: smtp.zoho.eu
  • Port: 465
  • Security: SSL
Option 2 (TLS)
  • Server: smtp.zoho.eu
  • Port: 587
  • Security: TLS

SMTP Settings

You can use your own SMTP server (RECOMMENDED) to send email from your site. To do this, go to Settings, to the "Mail" tab and specify the SMTP server parameters.
Zurück