freekmurze / freek-dev-comments

2 stars 0 forks source link

1597-how-to-configure-and-use-multiple-ses-accounts-in-a-laravel-app #21

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

How to configure and use multiple SES accounts in a Laravel app - Freek Van der Herten's blog on PHP, Laravel and JavaScript

Freek Van der Herten is a developer and partner at Spatie.

https://freek.dev/1597-how-to-configure-and-use-multiple-ses-accounts-in-a-laravel-app

Lloople commented 4 years ago

Thank you for this awesome article! One thing though.

On the lasts examples there is a problem:

'service' => 'mail'

The value must be email like in the createSesTransport method. Otherwise you will get an error like

Aws/Exception/UnresolvedApiException with message 'The mail service does not have version: latest.'