Skip to content

Commit

Permalink
Fix SendGrid email API documentation. (spotify#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidopetri authored and GoodDok committed Aug 23, 2019
1 parent 2be2b4e commit 5de12bc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ check_unfulfilled_deps

force_multiprocessing
By default, luigi uses multiprocessing when *more than one* worker process is
requested. Whet set to true, multiprocessing is used independent of the
requested. When set to true, multiprocessing is used independent of the
the number of workers.
Defaults to false.

Expand Down Expand Up @@ -405,8 +405,8 @@ method
config files or run Luigi on an EC2 instance with proper instance
profile.

In order to use sendgrid, fill in your sendgrid username and password
in the `[sendgrid]`_ section.
In order to use sendgrid, fill in your sendgrid API key in the
`[sendgrid]`_ section.

In order to use smtp, fill in the appropriate fields in the `[smtp]`_
section.
Expand Down Expand Up @@ -834,11 +834,8 @@ metrics_collector

These parameters control sending error e-mails through SendGrid.

password
Password used for sendgrid login

username
Name of the user for the sendgrid login
apikey
API key of the SendGrid account.


[smtp]
Expand Down

0 comments on commit 5de12bc

Please sign in to comment.