File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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'
5457To use SES, set your ` .env ` like:
5558
5659``` bash title=".env"
57- MAIL_MAILER=postmark
60+ MAIL_MAILER=ses
5861AWS_ACCESS_KEY_ID=' key id'
5962AWS_SECRET_ACCESS_KEY=' access key'
6063AWS_DEFAULT_REGION=' the region if not us-east-1'
You can’t perform that action at this time.
0 commit comments