Open
Description
Hi all,
Currently, I am running MonicaHQ on my Synology DS418:Play (through Portainer). I have managed to set up the SMTP server, which works (i.e. I receive e-mails when inviting users to the system). However, when setting a reminder for a certain person, I do not get any e-mails. I have already tried changing the time that the system sends the reminders.
Monica Version: 2.18.0
environment:
# generate with pwgen -s 32 1
for instance:
- APP_KEY=
- DB_HOST=db
- DB_DATABASE=monica_db
- DB_USERNAME=monica-user
- DB_PASSWORD=secret
- MAIL_MAILER=smtp
- MAIL_HOST=smtp.gmail.com
- MAIL_PORT=587
- MAIL_ENCRYPTION=tls
- MAIL_USERNAME=
- MAIL_PASSWORD=
- MAIL_FROM_ADDRESS=
- MAIL_FROM_NAME="Monica Personal CRM"
Activity