adonisjs / mail

AdonisJS Email Provider
MIT License
106 stars 34 forks source link

Fix: Change .env variables for AWS SES config #96

Closed memsbdm closed 7 months ago

memsbdm commented 7 months ago

🔗 Linked issue

❓ Type of change

📚 Description

When configuring SES, default .env variables were set as: ses: ['SES_ACCESS_KEY_ID', 'SES_ACCESS_SECRET', 'SES_REGION'],

In files, .env getters weren't properly set. I corrected them changing AWS to SES and adding _ID when it was missing. Also another PR to correct in docs.

📝 Checklist

memsbdm commented 7 months ago

Opened a second PR this one is useless