File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Add these environment variables to your `.env.local` file and Vercel environment
66
77``` bash
88# MailerSend API Configuration
9- MAILERSEND_API_KEY=mlsn.5b1c0086a153fc62e780db73e0c8e4b367fa926c25357123b36e7ce9088e14e8
9+ MAILERSEND_API_KEY=your_mailersend_api_key_here
1010MAILERSEND_FROM_EMAIL=info@litterpic.org
1111```
1212
@@ -102,7 +102,7 @@ Your MailerSend template `pxkjn41xv7pgz781` expects these variables:
102102### ** Vercel Environment Variables:**
1031031 . Go to Vercel Dashboard → Your Project → Settings → Environment Variables
1041042 . Add:
105- - ` MAILERSEND_API_KEY ` = ` mlsn.5b1c0086a153fc62e780db73e0c8e4b367fa926c25357123b36e7ce9088e14e8 `
105+ - ` MAILERSEND_API_KEY ` = ` your_mailersend_api_key_here `
106106 - ` MAILERSEND_FROM_EMAIL ` = ` info@litterpic.org `
107107
108108## Migration Notes
You can’t perform that action at this time.
0 commit comments