You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mail.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,20 @@ To utilize AWS [temporary credentials](https://docs.aws.amazon.com/IAM/latest/Us
139
139
'token' => env('AWS_SESSION_TOKEN'),
140
140
],
141
141
142
+
To send `ListManagementOptions` header for [subscription management](https://docs.aws.amazon.com/ses/latest/dg/sending-email-subscription-management.html), you may include `X-SES-LIST-MANAGEMENT-OPTIONS` in the [`headers`](#headers) method:
If you would like to define [additional options](https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sesv2-2019-09-27.html#sendemail) that Laravel should pass to the AWS SDK's `SendEmail` method when sending an email, you may define an `options` array within your `ses` configuration:
0 commit comments