Switched to SMTP for email so I can use FastMail

This commit is contained in:
2024-03-09 00:28:29 -06:00
parent b11a745547
commit b39679740c
4 changed files with 111 additions and 24 deletions

View File

@ -1,6 +1,9 @@
CLERK_SECRET_KEY=""
CLERK_WEBHOOK_SECRET=""
RESEND_API_KEY=""
SMTP_HOST=""
SMTP_PORT=""
SMTP_USERNAME=""
SMTP_PASSWORD=""
STRIPE_SECRET_KEY=""
REDIS_HOST=""
REDIS_PASSWORD=""