mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
17 lines
391 B
Markdown
17 lines
391 B
Markdown
|
You have to configure SMTP from the web interface at https://__DOMAIN__/admin
|
||
|
|
||
|
Visit Settings -> General and replace these values:
|
||
|
|
||
|
- Root URL: https://__DOMAIN__
|
||
|
- Default from email: listmonk <__APP__@__DOMAIN__>
|
||
|
|
||
|
Visit Settings -> SMTP and replace with these values:
|
||
|
|
||
|
- Host: 127.0.0.1
|
||
|
- Port: 25
|
||
|
- Auth protocol: PLAIN
|
||
|
- User: __APP__
|
||
|
- Password: __MAIL_PWD__
|
||
|
|
||
|
Then, test the connection
|