Setup E-mail (optional)
Follow this guide to send e-mails like "Forgot password" mails.
SMTP
The easiest solution to send mails with Dopenote is to use SMTP.
Notice, if you use MAIL_PASSWORD
you should add this value to your .env
file and then use ${MAIL_PASSWORD} in the docker-compose.yml
file, in case you want to save the docker-compose to a git repository (also remember to gitignore the .env
file)
Add this to your docker-compose.yml
file, below the DB_PASSWORD
environment variable.
Troubleshooting
If your emails doesnt get send you can check your log in the web
container in the file /app/storage/logs/laravel-{DATE}.log
Last updated