Skip to content

Commit 6aba258

Browse files
docs(tem): endpoint (#3718)
1 parent c178525 commit 6aba258

File tree

7 files changed

+8
-14
lines changed

7 files changed

+8
-14
lines changed

managed-services/transactional-email/how-to/add-dmarc-record.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ To complete the actions presented below, you must have:
5353
4. In the **Name** field, paste the value you have copied in step 2, followed by the domain name.
5454
5. In the **Value** field, paste the value you have copied in step 2. Your **Value** field should look like the following:
5555
```
56-
v=DMARC1; p=none; rua=mailto:[email protected]; ruf=mailto:[email protected]
56+
v=DMARC1; p=none;
5757
```
58-
<Message type="note">
59-
You may notice the `dmarc.scw-tem.cloud` part in the `rua` and `ruf` values. This is the Transactional Email's email address used to analyze your DMARC record and provide you with clearer metrics.
60-
</Message>
6158
6. Confirm the changes and add the DMARC record.

managed-services/transactional-email/how-to/add-mx-record-to-your-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Setting up an [MX record](/managed-services/transactional-email/concepts/#mx-rec
4949
<Message type="note">
5050
Priority indicates the order in which your mail servers should be tried by a mail server that is attempting to deliver emails.
5151
</Message>
52-
4. Enter `blackhole.scw-tem.cloud.` in the **Hostname** field. Make sure you add the trailing dot at the end of the value.
52+
4. Enter `blackhole.tem.scaleway.com.` in the **Hostname** field. Make sure you add the trailing dot at the end of the value.
5353
5. Save your changes.
5454

5555
<Message type="important">

managed-services/transactional-email/how-to/add-spf-dkim-records-to-your-domain.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ After you have configured your domain with Transactional Email, you are prompted
2828
2. Click your domain. You are redirected to the SPF, DKIM and MX configuration page.
2929
3. Copy the value that applies to your case to add an SPF record.
3030
<Message type="important">
31-
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.scw-tem.cloud -all`
32-
- If you already have configured an SPF record, copy the following value: `include:_spf.scw-tem.cloud`
31+
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com/ -all`
32+
- If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com/`
3333
</Message>
3434

3535
4. Add a `TXT` record type in the root zone of your domain on your DNS zone.

managed-services/transactional-email/how-to/generate-api-keys-for-tem-with-iam.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following output should display:
8080
Scaleway supports the `PLAIN` and `LOGIN` authentication methods.
8181
</Message>
8282

83-
The Transactional Email SMTP relay is available at `smtp.tem.scw.cloud` on ports `25`, `587`, `2587` (non TLS), `465` and `2465` (TLS). To send your emails using SMTP, a valid API secret key and your Project ID are required.
83+
The Transactional Email SMTP relay is available at `smtp.tem.scaleway.com` on ports `25`, `587`, `2587` (non TLS), `465` and `2465` (TLS). To send your emails using SMTP, a valid API secret key and your Project ID are required.
8484

8585
1. [Generate an API key](/managed-services/transactional-email/how-to/generate-api-keys-for-tem-with-iam#generate-an-api-key-using-iam-and-send-emails-via-the-api) as shown above.
8686
2. Authenticate yourself to the server using your Project ID as a username.

managed-services/transactional-email/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ After you have configured your domain with Transactional Email, you are prompted
4343
2. Click your domain. You are redirected to the SPF, DKIM and MX configuration page.
4444
3. Copy the value that applies to your case to add an SPF record.
4545
<Message type="important">
46-
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.scw-tem.cloud -all`
47-
- If you already have configured an SPF record, copy the following value: `include:_spf.scw-tem.cloud`
46+
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com/ -all`
47+
- If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com/`
4848
</Message>
4949

5050
4. Add a `TXT` record type in the root zone of your domain on your DNS zone.

managed-services/transactional-email/reference-content/dmarc-configuration.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ There are two main types of DMARC reports:
6060
- aggregate reports (`rua`): aggregate reports provide data about a domain's email authentication activity. These reports include information such as the volume of emails received, the percentage of emails that pass or fail DMARC checks, and the sources of failed authentication.
6161
- forensic reports (`ruf`): forensic reports provide detailed information about individual email messages that fail DMARC authentication. They include the complete headers and body of the failed emails, details of the authentication checks performed, and any errors encountered.
6262

63-
<Message type="note">
64-
When configuring the Transactional Email DMARC record, you may notice `dmarc.scw-tem.cloud` in the `rua` and `ruf` values. This is the Transactional Email's email address used to analyze your DMARC record and provide you with clearer metrics.
65-
</Message>
6663

6764
| Tag | Description | Mandatory | Values expected | Default value |
6865
|---------|--------------------------------------------------------------------------------------------------------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|

managed-services/transactional-email/reference-content/smtp-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On this page, we go through different elements you might find in a standard SMTP
1919

2020
## Standard settings
2121

22-
1 - **SMTP Server Address (Host)** - The domain name or IP address of the SMTP server. If you are using Scaleway Transactional Email, the domain to use is `smtp.tem.scw.cloud`.
22+
1 - **SMTP Server Address (Host)** - The domain name or IP address of the SMTP server. If you are using Scaleway Transactional Email, the domain to use is `smtp.tem.scaleway.com`.
2323

2424
2 - **SMTP Port** - The port number used to connect to the SMTP server. At Scaleway, the default ports are `25`, `587`, and `2587`.
2525

0 commit comments

Comments
 (0)