Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
fcd5dd25
Commit
fcd5dd25
authored
Jan 07, 2020
by
rinpatch
Browse files
Merge branch 'bugfix/smtp-config-examples' into 'develop'
Fix SMTP mailer example See merge request
!2091
parents
ee0c4083
b55f2563
Pipeline
#21591
failed with stages
in 12 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
docs/configuration/cheatsheet.md
View file @
fcd5dd25
...
@@ -453,6 +453,7 @@ An example for Sendgrid adapter:
...
@@ -453,6 +453,7 @@ An example for Sendgrid adapter:
```
elixir
```
elixir
config
:pleroma
,
Pleroma
.
Emails
.
Mailer
,
config
:pleroma
,
Pleroma
.
Emails
.
Mailer
,
enabled:
true
,
adapter:
Swoosh
.
Adapters
.
Sendgrid
,
adapter:
Swoosh
.
Adapters
.
Sendgrid
,
api_key:
"YOUR_API_KEY"
api_key:
"YOUR_API_KEY"
```
```
...
@@ -461,13 +462,13 @@ An example for SMTP adapter:
...
@@ -461,13 +462,13 @@ An example for SMTP adapter:
```
elixir
```
elixir
config
:pleroma
,
Pleroma
.
Emails
.
Mailer
,
config
:pleroma
,
Pleroma
.
Emails
.
Mailer
,
enabled:
true
,
adapter:
Swoosh
.
Adapters
.
SMTP
,
adapter:
Swoosh
.
Adapters
.
SMTP
,
relay:
"smtp.gmail.com"
,
relay:
"smtp.gmail.com"
,
username:
"YOUR_USERNAME@gmail.com"
,
username:
"YOUR_USERNAME@gmail.com"
,
password:
"YOUR_SMTP_PASSWORD"
,
password:
"YOUR_SMTP_PASSWORD"
,
port:
465
,
port:
465
,
ssl:
true
,
ssl:
true
,
tls:
:always
,
auth:
:always
auth:
:always
```
```
...
...
Haelwenn
@lanodan
mentioned in commit
6da65400
·
Mar 02, 2020
mentioned in commit
6da65400
mentioned in commit 6da65400362d2189a995a182789c099b108b26bc
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment