Skip to content

Commit

Permalink
Add email troubleshooting guide (#1850)
Browse files Browse the repository at this point in the history
Co-authored-by: rebloor <[email protected]>
Co-authored-by: Andreas Wagner <[email protected]>
  • Loading branch information
3 people committed May 14, 2024
1 parent 2695c88 commit e0d4cdc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/content/documentation/publish/developer-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,27 @@ If you believe your account has been incorrectly blocked, please email amo-admin
%}

<!-- END: Single Column Body Module -->
<!-- Single Column Body Module -->

{% capture content %}

## Issues receiving emails from AMO

If you're expecting but haven't received emails from the https://addons.mozilla.org (AMO) platform, check that:

1. Your Mozilla account's primary email address is correct. To update it, see the support article [Change primary email address on Mozilla account](https://support.mozilla.org/en-US/kb/change-primary-email-address-firefox-accounts).
1. The email isn't in your spam or junk folder. If it is, consider adding the AMO email domain (@mozilla.org) to your [approved senders](https://clean.email/blog/email-security/how-to-whitelist-an-email) list.
1. Your inbox isn't full.
1. Your mail provider hasn't implemented a security filter that blocked the email delivery.

If you're still experiencing issues after making these checks, posting details of your issue to the [add-ons community forum](https://discourse.mozilla.org/c/add-ons/35) may help.

{% endcapture %}
{% include modules/one-column.liquid,
id: "email-issues"
content: content
%}

<!-- END: Single Column Body Module -->


4 changes: 4 additions & 0 deletions src/data/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,10 @@
{
"title": "Blocked accounts",
"id": "blocked-accounts"
},
{
"title": "Issues receiving emails from AMO",
"id": "email-issues"
}
]
},
Expand Down

0 comments on commit e0d4cdc

Please sign in to comment.