Skip to content

Commit 65d4883

Browse files
authored
Fix Amazon SES config
1 parent 89f991e commit 65d4883

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/config/email.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ These services are supported by Laravel natively;
1111
* [Postmark](https://postmarkapp.com) - Tell their support you were referred for a free month
1212
* [Amazon SES](https://aws.amazon.com/ses/) - Super cheap, free if you're using EC2
1313

14+
> [!IMPORTANT]
15+
> Do not forget cleaning application cache after editing `.env` variables. Otherwise settings you defined/altered will not be loaded.
16+
1417
---
1518

1619
### SMTP Configuration
@@ -54,7 +57,7 @@ POSTMARK_TOKEN='your postmark token'
5457
To use SES, set your `.env` like:
5558

5659
```bash title=".env"
57-
MAIL_MAILER=postmark
60+
MAIL_MAILER=ses
5861
AWS_ACCESS_KEY_ID='key id'
5962
AWS_SECRET_ACCESS_KEY='access key'
6063
AWS_DEFAULT_REGION='the region if not us-east-1'

0 commit comments

Comments
 (0)