Skip to content

Commit

Permalink
fixed the docs about sendgrid, thanks Nico
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Jul 7, 2024
1 parent d52d073 commit 7e93aa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/chapter-16.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ Sending messages using a background task
As en example of application of the above,
Consider the case of wanting to send emails asynchronously from a background task.
In this example we send them using SendGrid from Twilio (https://www.twilio.com/docs/sendgrid/for-developers/sending-email/quickstart-python)
Also we assume emails are represented by the following JSON structure
That means you need a new task:
Here is an example of scheduler task to send the email:
.. code:: python
Expand Down

0 comments on commit 7e93aa4

Please sign in to comment.