feat: use MailGun instead of Resend

This commit is contained in:
rzmk 2025-07-03 19:01:24 -04:00
parent 5fd979b2a2
commit 3b60ec5547
9 changed files with 1628 additions and 54 deletions

View file

@ -73,8 +73,9 @@ LEARNHOUSE_REDIS_CONNECTION_STRING=redis://default:strong_redis_password@redis:6
LEARNHOUSE_CHROMADB_HOST=chromadb
# Email Configuration (optional)
LEARNHOUSE_EMAIL_PROVIDER=resend
LEARNHOUSE_RESEND_API_KEY=re_your_resend_api_key
LEARNHOUSE_MAILGUN_API_KEY=re_your_mailgun_api_key
LEARNHOUSE_MAILGUN_DOMAIN=re_your_mailgun_domain
LEARNHOUSE_SYSTEM_EMAIL_ADDRESS=re_your_system_email_address
```
### 5. Start the Build Process
@ -97,4 +98,4 @@ LEARNHOUSE_RESEND_API_KEY=re_your_resend_api_key
## Additional Resources
- [LearnHouse Documentation](https://docs.learnhouse.io/)
- [Coolify Documentation](https://coolify.io/docs)
- [Coolify Documentation](https://coolify.io/docs)