@@ -65,7 +65,7 @@ this is a good time to add one. (Django's default is "webmaster\@localhost",
6565which some ESPs will reject.)
6666
6767With the settings above, you are ready to send outgoing email through your ESP.
68- If you also want to enable status tracking or inbound email , continue with the
68+ If you also want to enable status tracking, continue with the
6969optional settings below. Otherwise, skip ahead to :ref: `sending-email `.
7070
7171
@@ -170,32 +170,6 @@ See :ref:`event-tracking` for information on creating signal handlers and the
170170status tracking events you can receive.
171171
172172
173- .. _inbound-configuration :
174-
175- Configuring inbound email (optional)
176- ------------------------------------
177-
178- (Coming soon -- not yet implemented)
179-
180- .. Anymail can optionally connect to your ESP's inbound webhook to notify your app
181- .. of incoming messages.
182- ..
183- .. If you aren't using your EPS's inbound email, skip this section.
184- ..
185- .. If you want to use inbound email with Anymail, follow the steps above
186- .. for setting up :ref:`status tracking webhooks <webhooks-configuration>`,
187- .. but enter the webhook URL in your ESP's "inbound email" settings,
188- .. substituting "inbound" for "tracking" at the end of the url:
189- ..
190- .. :samp:`https://{random}:{random}@{yoursite.example.com}/anymail/{esp}/inbound/`
191- ..
192- .. Then see :ref:`inbound` for information on creating a signal handler
193- .. for receiving inbound email notifications in your code.
194- ..
195- .. (Note: if you are only using your ESP for inbound email, not sending messages,
196- .. there's no need to change your project's EMAIL_BACKEND.)
197-
198-
199173.. setting :: ANYMAIL
200174
201175Anymail settings reference
0 commit comments