Can't get email notification work / smtp problem #1109

Closed
opened 2026-02-04 23:48:40 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @akurzawa on GitHub (Mar 27, 2019).

=||=

Originally created by @akurzawa on GitHub (Mar 27, 2019). =||=
OVERLORD added the 🐕 Support label 2026-02-04 23:48:40 +03:00
Author
Owner

@akurzawa commented on GitHub (Mar 27, 2019):

Trying to configure email notification via local smtp server (kerio mail server) but it's not working

/var/www/bookstack/.env:

Can be 'smtp', 'mail' or 'sendmail'

MAIL_DRIVER=smtp

SMTP mail options

MAIL_HOST=10.0.0.2
MAIL_PORT=25
MAIL_USERNAME=public
MAIL_PASSWORD=public
MAIL_ENCRYPTION=null

but it does not work, what else to change to enable email notifications?

when I click "recover password" there is this error generated:
image

@akurzawa commented on GitHub (Mar 27, 2019): Trying to configure email notification via local smtp server (kerio mail server) but it's not working /var/www/bookstack/.env: # Can be 'smtp', 'mail' or 'sendmail' MAIL_DRIVER=smtp # SMTP mail options MAIL_HOST=10.0.0.2 MAIL_PORT=25 MAIL_USERNAME=public MAIL_PASSWORD=public MAIL_ENCRYPTION=null but it does not work, what else to change to enable email notifications? when I click "recover password" there is this error generated: ![image](https://user-images.githubusercontent.com/20043789/55109209-8f10a680-50d5-11e9-920d-fcf50b5970c9.png)
Author
Owner

@ssddanbrown commented on GitHub (Mar 28, 2019):

Hi @akurzawa,

Information on debugging errors can be found here:
https://www.bookstackapp.com/docs/admin/debugging/

Please follow those instructions to find more details about why you're receiving an error.

@ssddanbrown commented on GitHub (Mar 28, 2019): Hi @akurzawa, Information on debugging errors can be found here: https://www.bookstackapp.com/docs/admin/debugging/ Please follow those instructions to find more details about why you're receiving an error.
Author
Owner

@akurzawa commented on GitHub (Apr 3, 2019):

Will Try, thanks

@akurzawa commented on GitHub (Apr 3, 2019): Will Try, thanks
Author
Owner

@ssddanbrown commented on GitHub (May 18, 2019):

Since the last comment on this issue is relatively old I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.

@ssddanbrown commented on GitHub (May 18, 2019): Since the last comment on this issue is relatively old I'm going to close this. If the issue remains and is something you still require to be fixed please open a new issue, referencing this one.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1109