SMTP settings must be configured to send emails. Otherwise you cannot use features and modules that use the SMTP system.

The SMTP settings page allows you to configure the parameters necessary for your email sending functionality. Below are the input fields with brief explanations of their purposes:

  • SMTP Server: Enter the address of your SMTP (Simple Mail Transfer Protocol) server. This is the server responsible for sending your emails.

  • SMTP Port: Specify the port number used by your SMTP server. Common values include 25, 587, and 465, depending on the security configuration.

  • SMTP Security (SSL/TLS): Choose the security protocol for your SMTP connection. Options include SSL (Secure Sockets Layer) or TLS (Transport Layer Security) to encrypt the communication between your server and the SMTP server.

  • SMTP E-Mail: Provide the email address associated with the SMTP server. This is typically the address from which your system will send emails.

  • SMTP E-Mail Password: Enter the password associated with the SMTP email address. This ensures secure access to the SMTP server for sending emails.

  • Ensure the accuracy of these settings to enable seamless communication with your SMTP server for effective email delivery.

If you’re looking for a free SMTP service compatible with the provided SMTP settings, here are a few recommendations:

  • LeaderOS Web Hosting SMTP Service (Recommended!)
  • Zoho Mail
  • Yandex Mail
  • Godaddy Email

How can I setup/configure LeaderOS Web Hosting SMTP service?

  1. Log in to your cPanel.
  2. Go to cPanel > Email > Email Accounts
  3. Create an email account. For example: [email protected]
  4. Go to Dashboard > Settings SMTP and enter SMTP settings.
  5. You can test the connection by clicking on the “Check Connection” button.

If you are using an external DNS service, like Cloudflare, you must add DKIM, SPF and MX records. How to add DKIM and SPF records to Cloudflare?

LeaderOS Web Hosting SMTP Values:

  • SMTP Server: Your cPanel hostname. (Example cpanel-de-c1.leaderos.net)
  • SMTP Port: 465
  • SMTP Security: SSL
  • SMTP E-Mail: Your email address. (Example [email protected])
  • SMTP E-Mail Password: Your email password.

How to add DKIM and SPF records to Cloudflare?

  1. Go to cPanel > Domains > Zone Editor > Manage
  2. Find and copy the SPF record. The SPF value starts with “v=spf1”.
  3. Find and copy the DKIM record. The DKIM value starts with “v=DKIM1;”.
  4. You can use these copied values when adding a DNS record on the Cloudflare > DNS > Add Record

To add SPF record:

  • Type: TXT
  • Name: @
  • Content: SPF value you copied.

To add DKIM record:

  • Type: TXT
  • Name: default._domainkey
  • Content: DKIM value you copied.

To add MX record:

  • Type: MX
  • Name: @
  • Content: Your cpanel hostname. (Example cpanel-de-c1.leaderos.net)