diff --git a/.env.example b/.env.example index 2ce6c44..f9d040a 100644 --- a/.env.example +++ b/.env.example @@ -13,3 +13,11 @@ DATABASE_URL= // DashScore DASHSCORE_API_KEY= + +// SMTP Email - Resend (https://resend.com) +SMTP_HOST=smtp.resend.com +SMTP_PORT=587 +SMTP_SECURE=false +SMTP_USER=resend +SMTP_PASS=re_your_resend_api_key +SMTP_FROM=onboarding@resend.dev