Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SES Driver #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added SES Driver #79

wants to merge 1 commit into from

Conversation

mabadir
Copy link

@mabadir mabadir commented Dec 27, 2020

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.

@denitsa-md
Copy link

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?

@ahmetkorkmaz3
Copy link

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

@dgillier
Copy link

Could this PR corrected and merged ?
Thanks :)

@dgillier
Copy link

dgillier commented Jul 8, 2023

Could this PR be merged ?
Thanks :)

@faustbrian
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants