-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
Problem/Motivation
To manage accounts for friends
(Why the issue was filed)
Because the reset of passwords is complicated
Expected behavior
Can setup SMTP
(If you have a proposed change, workaround or fix,
describe the rationale behind it)
Based on this modification you have done ad47129 is it possible to add these ENV:
MAIL_DRIVER=smtp
Host, Port & Encryption mechanism to use
MAIL_HOST=smtp.provider.tld
MAIL_PORT=465
MAIL_ENCRYPTION=tls
Authentication details for your SMTP service
MAIL_USERNAME=user@provider.tld
MAIL_PASSWORD=onlyifneeded
The "from" email address for outgoing email
MAIL_FROM=noreply@yourdomain.tld
The "from" name used for outgoing email
MAIL_FROM_NAME=BookStack
Info from https://www.bookstackapp.com/docs/admin/email-config/
Thanks in advance for the consideration to the idea
Metadata
Metadata
Assignees
Labels
No labels