Email

IMAP and SMTP Server

Cloudron has a built-in email server that allows users to send and receive email for your domain. The User manual has information on how to setup email clients.

This feature requires the Cloudron to be on custom domain.

Catch-all

Emails sent to non existing addresses will be forwarded to the following accounts:

DNS Records

Set the following DNS records to guarantee email delivery:

  {{ record.name }} record

Domain: {{ expectedDnsRecords[record.value].domain }}

Record type: {{ expectedDnsRecords[record.value].type }}

Expected value: {{ expectedDnsRecords[record.value].expected }}

Current value: {{ expectedDnsRecords[record.value].value ? expectedDnsRecords[record.value].value : '[not set]' }}

  Outbound SMTP (Port 25)

{{ outboundPort25.value }}