laravel-mailbox icon indicating copy to clipboard operation
laravel-mailbox copied to clipboard

Added SES Driver

Open mabadir opened this issue 4 years ago • 7 comments

Hello, This PR basically adds SES support to Laravel Mailbox. It is overcoming few shortcomings from Amazon SNS.

  1. The POST request from SNS has content-type as text instead of JSON.
  2. SNS posts a request first without the Authorization header, and expects a response of 401 Unauthorized and Realm.

Appreciate your review and comments.

mabadir avatar Dec 27 '20 08:12 mabadir

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?

denitsa-md avatar Mar 12 '21 16:03 denitsa-md

Is it possible to merge this pr? Or do you have any idea for amazon ses?

ahmetkorkmaz3 avatar Jul 26 '21 15:07 ahmetkorkmaz3

Could this PR corrected and merged ? Thanks :)

dgillier avatar Mar 30 '23 20:03 dgillier

Could this PR be merged ? Thanks :)

dgillier avatar Jul 08 '23 08:07 dgillier

@mabadir is there a fixture for this to make sure the request gets parsed correctly?

faustbrian avatar Jul 12 '23 06:07 faustbrian