Merge pull request #7961 from AliMirlou/patch-1

Docs: Fix typo
pull/7974/head
ulferts 5 years ago committed by GitHub
commit 0d5a00a094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      help/installation-and-operations/configuration/outbound-emails/README.md

@ -12,8 +12,8 @@ In this guide we will describe how to configure outbound emails using an externa
## Requirements
You will need to have SMTP settings ready. Those can eiher be from a company
SMTP server, a GMail account, or a public provider such as
You will need to have SMTP settings ready. Those can either be from a company
SMTP server, a Gmail account, or a public provider such as
[SendGrid](https://www.sendgrid.com/).
Taking SendGrid as an example, you would need to sign up on their website (they
@ -23,7 +23,7 @@ provisioned, generate a new API key and copy it somewhere (it looks like
could also simply use your SendGrid username and password, but this is less
secure.
You can adjust those settings for other SMTP providers, such as GMail,
You can adjust those settings for other SMTP providers, such as Gmail,
Mandrill, etc. Please refer to the documentation of the corresponding provider
to see what values should be used.
@ -51,5 +51,3 @@ docker run -d \
-e SMTP_PASSWORD="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" \
...
```

Loading…
Cancel
Save