You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: managed-services/transactional-email/reference-content/smtp-configuration.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Your Scaleway SMTP username is the Project ID of the Project in which the TEM do
35
35
36
36
Your password is the secret key of the API key of the project used to manage your TEM domain. Follow this procedure to [generate API keys for API and SMTP sending with IAM](https://www.scaleway.com/en/docs/managed-services/transactional-email/how-to/generate-api-keys-for-tem-with-iam/).
37
37
38
-
4 - **Encryption method** - If you want to encrypt the connection between your application and the SMTP server, there are usually two methods available:
38
+
4 - **Encryption method** - An encrypted connection between your application and the SMTP server is **mandatory**, and two methods are available:
39
39
40
40
-**SSL/TLS**: Also known as SMTPS, it allows you to directly define a secure connection on a secure port. Directly creates a secure connection on a port such as `465` and `2465`.
41
41
-**STARTTLS**: This type will upgrade any insecure connections to secure connections on a non-secure port, such as 587.
0 commit comments