Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SendGrid email API documentation. #2745

Merged
merged 1 commit into from
Jul 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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