Implemented email setup for matrix

This commit is contained in:
2023-12-19 16:03:19 +01:00
parent b3edba90e3
commit e23646cdc2
10 changed files with 36 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ RESTRICTED_INSTANCE=false
## Mail
MAIL_DRIVER=log
MAIL_HOST={{system_email_host}}
MAIL_PORT={{system_email_port}}
MAIL_PORT={{system_email_smtp_port}}
MAIL_FROM_ADDRESS="{{system_email_username}}"
MAIL_FROM_NAME="Pixelfed"
MAIL_USERNAME={{system_email_username}}