addons
addons copied to clipboard
Use basket for the Extensions Developers Newsletter form
The Extensions Developers Newsletter form that is displayed on devhub landing page POSTs to https://www.mozilla.org/en-US/newsletter/ - AMO isn't processing anything. We should instead POST to basket directly (docs).
┆Issue is synchronized with this Jira Task
While we're at it the MOZILLA_NEWSLETTER_URL setting is defined but appears to be unused and should be removed.
It was implemented in https://github.com/mozilla/addons/issues/7044 following the example code in https://github.com/mozilla/basket-example. The same form is used on extensionworkshop at the moment. Both AMO and extensionworkshop will need to be updated, we should be able to talk to basket directly client-side.
See also https://protocol.mozilla.org/components/detail/newsletter--default
Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDSRV-535