SMTP configuration: connection settings

This article presents all the settings needed to connect your application or software to the Cyberimpact SMTP Relay. After reading it, you will know which settings to enter in your tool for sends to work correctly.

What it's used for

This configuration allows your application to authenticate with Cyberimpact's server and send emails using Cyberimpact's sending infrastructure. This is the step that follows the creation of your SMTP credentials.

Before you begin

Connection settings

Here is the information to enter in your application to establish the connection:

Parameter Value
SMTP Server smtp-relay.cyberimpact.com
Port 587 (STARTTLS) or 465 (SMTPS)
Encryption TLS required
Username Automatically generated, available in your account
Password

Created when adding the SMTP user

Any connection attempt without TLS encryption will be refused.

User info

How it works

Available ports

Two options are available depending on what your application supports:

If your application asks which port to choose, go with 587.

Authentication methods

The Cyberimpact SMTP service supports the PLAIN and LOGIN authentication methods. Most applications use them automatically — no special configuration is needed on your end.

Step by step

  1. Open the SMTP connection settings of your application (usually found in the email sending or notifications settings).
  2. Enter the SMTP server address: smtp-relay.cyberimpact.com. To find your complete connection information, go to the Domains tab, click on your domain to open its page, then in the Users section, click icone to the right of the relevant user to open the action menu and select View details.
  3. Choose the port: 587 for STARTTLS or 465 for SMTPS, depending on what your application offers.
     
    Port 587 requires your software to enable STARTTLS before authenticating. If your software attempts to authenticate without STARTTLS on this port, the connection will fail. Port 465 uses SSL/TLS from the moment the connection is established, no STARTTLS command is needed. If in doubt, try port 587 first. It is the most commonly supported by third-party software (WordPress, WooCommerce, etc.).

    What is STARTTLS? It is a command sent by your software to the server to enable connection encryption before transmitting your credentials. It is the equivalent of locking the door before exchanging confidential information. In most software, this option is called "STARTTLS", "TLS", or "Secure connection".
  4. Enable TLS or SSL encryption according to your application's terminology.
  5. Enter your SMTP username as displayed in your account.
  6. Enter your SMTP password. If you no longer have it, you will need to reset it from the user's profile.
  7. Save the configuration and send a test email to validate the connection.
  8. Check the result in the Activity tab of your SMTP account.

Service limits

These limits apply to all accounts, regardless of plan:

Parameter Limit
Recipients per message

50

Maximum message size (attachments included)

20 Mo

Simultaneous sessions per SMTP user

10

Simultaneous sessions per account

20

Simultaneous sessions per IP address

100

Anti-brute-force protection After several failed login attempts, your IP address may be temporarily blocked. Make sure you have the correct credentials before testing your configuration.

If you exceed the maximum number of recipients per message, the additional recipients will be refused. To reach more people, split the mailing into multiple messages.

See also:

Top