-
Notifications
You must be signed in to change notification settings - Fork 261
fix(tem): blocklist #4288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
fix(tem): blocklist #4288
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
18fe518
fix(tem): blocklist
ldecarvalho-doc e8a4573
fix(tem): reviews
ldecarvalho-doc 26dcd4d
fix(tem): typo
ldecarvalho-doc 9d94e72
fix(tem): permission set
ldecarvalho-doc 5d642b5
fix(tem): review bene
ldecarvalho-doc f12ead5
fix(tem): review ro
ldecarvalho-doc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| --- | ||
| meta: | ||
| title: How to manage Transactional Email blocklists | ||
| description: This page provides instructions how to improve the quality of your email deliveries and maintain your domain's reputation score with TEM blocklists. | ||
| content: | ||
| h1: How to manage Transactional Email blocklists | ||
| paragraph: This page provides instructions how to improve the quality of your email deliveries and maintain your domain's reputation score with TEM blocklists. | ||
| tags: blocklist reputation transactional | ||
| dates: | ||
| validation: 2025-01-20 | ||
| posted: 2025-01-20 | ||
| categories: | ||
| - managed-services | ||
| --- | ||
|
|
||
| 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. | ||
|
|
||
| <Macro id="requirements" /> | ||
|
|
||
| - A Scaleway account logged into the [console](https://console.scaleway.com) | ||
| - [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 | ||
| - [Configured your domain(s) with Transactional Email](/transactional-email/how-to/configure-domain-with-transactional-email/) | ||
|
|
||
| ## How to monitor temporary blocklists | ||
|
|
||
| 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: | ||
|
|
||
| - `Mailbox not found` - when mailbox does not exist | ||
| - `Mailbox full` - when the mailbox is full. | ||
|
|
||
| The temporary blocklist entry is created automatically to prevent repeated attempts to send emails, which could damage your reputation. | ||
|
|
||
| To see the blocklist: | ||
|
|
||
| 1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your domains display. | ||
| 2. Click the domain whose blocklist you want to manage. An overview of your domain appears. | ||
| 3. Click the **Blocklist** tab. Your blocklist displays, detailing the recipient email, the flags, the date the block began, and when it ends. | ||
|
|
||
| <Message type="tip"> | ||
| You can [create webhooks](/transactional-email/how-to/create-webhooks) for the following blocklist events: | ||
| - `email_blocklisted` - An email was blocked by an active blocklist. | ||
| - `blocklist_created` - A blocklist was created for an email address. Any new emails sent by the address will be blocked. | ||
|
|
||
| By setting up a blocklist webhook, you can track changes to your blocklist in real time. | ||
| </Message> | ||
|
|
||
| ## How to unblock an email address | ||
|
|
||
| You can unblock any address that was added to the blocklist. This is useful in cases where: | ||
|
|
||
| - A temporary error has been corrected. The recipient has freed up space in their mailbox, for example. | ||
| - An address becomes valid again after an update. | ||
|
|
||
| <Message type="note"> | ||
| You can unblock up to five addresses every 24 hours. | ||
| </Message> | ||
|
|
||
| 1. Click **Transactional Email** in the **Managed Services** section of the [console](https://console.scaleway.com/) side menu. Your domains display. | ||
| 2. Click the domain whose blocklist you want to manage. An overview of your domain appears. | ||
| 3. Click the **Blocklist** tab. Your blocklist displays. | ||
| 4. Click **Unblock** next to the email address you wish to unblock. A pop-up appears to warn you to: | ||
ldecarvalho-doc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| <Message type="important"> | ||
| Make sure the issue causing the email's rejection is resolved before unblocking it to protect your reputation score and ensure optimal email deliverability. | ||
| </Message> | ||
| 5. Type **UNBLOCK** and click **Unblock** if you wish to continue. | ||
| The email address is removed from your blocklist. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.