mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: use MailGun instead of Resend
This commit is contained in:
parent
5fd979b2a2
commit
3b60ec5547
9 changed files with 1628 additions and 54 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue