mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
301a199172
* Enable allow_email and add post install doc * WIP post config with API * Auto-update README * tests: add missing args for upgrade from * tests: add missing args for upgrade from² --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
16 lines
391 B
Markdown
16 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
|