1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update .env

use sendmail for default mail sending, should work out of the box for fresh installs
This commit is contained in:
themancalledjakob 2023-07-20 07:16:54 +02:00 committed by GitHub
parent 4fedebbb1b
commit da259b4578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ NODEINFO=true
WEBFINGER=true WEBFINGER=true
## Mail Configuration (Post-Installer) ## Mail Configuration (Post-Installer)
MAIL_DRIVER=smtp MAIL_DRIVER=sendmail
MAIL_HOST=localhost MAIL_HOST=localhost
MAIL_PORT=25 MAIL_PORT=25
MAIL_USERNAME=null MAIL_USERNAME=null