laravel-mailbox
laravel-mailbox copied to clipboard
Added SES Driver
Hello, This PR basically adds SES support to Laravel Mailbox. It is overcoming few shortcomings from Amazon SNS.
- The POST request from SNS has content-type as text instead of JSON.
- SNS posts a request first without the Authorization header, and expects a response of 401 Unauthorized and Realm.
Appreciate your review and comments.
Question here: am I correct in thinking that this would not work for emails with attachments? As SNS has a limit of 150 kb for the email size?
Is it possible to merge this pr? Or do you have any idea for amazon ses?
Could this PR corrected and merged ? Thanks :)
Could this PR be merged ? Thanks :)
@mabadir is there a fixture for this to make sure the request gets parsed correctly?