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;
11
11
* [ Postmark] ( https://postmarkapp.com ) - Tell their support you were referred for a free month
12
12
* [ Amazon SES] ( https://aws.amazon.com/ses/ ) - Super cheap, free if you're using EC2
13
13
14
+ > [ !IMPORTANT]
15
+ > Do not forget cleaning application cache after editing ` .env ` variables. Otherwise settings you defined/altered will not be loaded.
16
+
14
17
---
15
18
16
19
### SMTP Configuration
@@ -54,7 +57,7 @@ POSTMARK_TOKEN='your postmark token'
54
57
To use SES, set your ` .env ` like:
55
58
56
59
``` bash title=".env"
57
- MAIL_MAILER=postmark
60
+ MAIL_MAILER=ses
58
61
AWS_ACCESS_KEY_ID=' key id'
59
62
AWS_SECRET_ACCESS_KEY=' access key'
60
63
AWS_DEFAULT_REGION=' the region if not us-east-1'
You can’t perform that action at this time.
0 commit comments