Allow separate from and to emails
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 10s

This commit is contained in:
Ahmed Al-Taiar
2024-10-16 21:45:55 -04:00
parent 6540329f36
commit 7973663b2a
7 changed files with 21 additions and 3 deletions

View File

@ -16,6 +16,8 @@ services:
- SMTP_PORT=465
- SMTP_SECURE=true
- SMTP_USER=noreply@example.com
- EMAIL_FROM=noreply@example.com
- EMAIL_TO=email@example.com
- SMTP_PASSWORD=password
- DOMAIN=portfolio.example.com
- API_DOMAIN=api.portfolio.example.com