|
| 1 | +--- |
| 2 | +meta: |
| 3 | + title: How to manage Transactional Email blocklists |
| 4 | + description: This page provides instructions how to improve the quality of your email deliveries and maintain your domain's reputation score with TEM blocklists. |
| 5 | +content: |
| 6 | + h1: How to manage Transactional Email blocklists |
| 7 | + paragraph: This page provides instructions how to improve the quality of your email deliveries and maintain your domain's reputation score with TEM blocklists. |
| 8 | +tags: blocklist reputation transactional |
| 9 | +dates: |
| 10 | + validation: 2025-01-20 |
| 11 | + posted: 2025-01-20 |
| 12 | +categories: |
| 13 | + - managed-services |
| 14 | +--- |
| 15 | + |
| 16 | +The Transactional Email blocklist feature allows your to manage email addresses that generate errors, or “bounces”. Emails are automatically blocked when a mailbox does not exist, or is full, to prevent sending emails to a recipient address that is not reachable. |
| 17 | + |
| 18 | +<Macro id="requirements" /> |
| 19 | + |
| 20 | +- A Scaleway account logged into the [console](https://console.scaleway.com) |
| 21 | +- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization. For blocklists your can apply the `TransactionalEmailBlocklistFullAccess` permission |
| 22 | +- [Configured your domain(s) with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/) |
| 23 | + |
| 24 | +## How to monitor temporary blocklists |
| 25 | + |
| 26 | +If any of your emails bounced, you will see a temporary blocklist entry, with a duration of 48 hours, containing the details of the email that bounced and the reason, or flag. Some examples of bounce reasons are: |
| 27 | + |
| 28 | + - `Mailbox not found` - when mailbox does not exist |
| 29 | + - `Mailbox full` - when the mailbox is full. |
| 30 | + |
| 31 | +The temporary blocklist entry is created automatically to prevent repeated attempts to send emails, which could damage your reputation. |
| 32 | + |
| 33 | +To see the blocklist: |
| 34 | + |
| 35 | +1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your domains display. |
| 36 | +2. Click the domain whose blocklist you want to manage. An overview of your domain appears. |
| 37 | +3. Click the **Blocklist** tab. Your blocklist displays, detailing the recipient email, the flags, the date the block began, and when it ends. |
| 38 | + |
| 39 | +<Message type="tip"> |
| 40 | + You can [create webhooks](/transactional-email/how-to/create-webhooks) for the following blocklist events: |
| 41 | + - `email_blocklisted` - An email was blocked by an active blocklist. |
| 42 | + - `blocklist_created` - A blocklist was created for an email address. Any new emails sent by the address will be blocked. |
| 43 | + |
| 44 | + By setting up a blocklist webhook, you can track changes to your blocklist in real time. |
| 45 | +</Message> |
| 46 | + |
| 47 | +## How to unblock an email address |
| 48 | + |
| 49 | +You can unblock any address that was added to the blocklist. This is useful in cases where: |
| 50 | + |
| 51 | +- A temporary error has been corrected. The recipient has freed up space in their mailbox, for example. |
| 52 | +- An address becomes valid again after an update. |
| 53 | + |
| 54 | +<Message type="note"> |
| 55 | + You can unblock up to five addresses every 24 hours. |
| 56 | +</Message> |
| 57 | + |
| 58 | +1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your domains display. |
| 59 | +2. Click the domain whose blocklist you want to manage. An overview of your domain appears. |
| 60 | +3. Click the **Blocklist** tab. Your blocklist displays. |
| 61 | +4. Click **Unblock** next to the email address you wish to unblock. A pop-up appears to warn you to: |
| 62 | + |
| 63 | + <Message type="important"> |
| 64 | + Make sure the issue causing the email's rejection is resolved before unblocking it to protect your reputation score and ensure optimal email deliverability. |
| 65 | + </Message> |
| 66 | +5. Type **UNBLOCK** and click **Unblock** if you wish to continue. |
| 67 | + The email address is removed from your blocklist. |
0 commit comments