-
Notifications
You must be signed in to change notification settings - Fork 130
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
base: master
Are you sure you want to change the base?
Added SES Driver #79
Conversation
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 ? |
Could this PR be merged ? |
@mabadir is there a fixture for this to make sure the request gets parsed correctly? |
Any news on this? |
Hi All, |
Happy to merge this as soon as I get some confirmations of people who test this with SES, since we don't use it. |
Hello,
This PR basically adds SES support to Laravel Mailbox. It is overcoming few shortcomings from Amazon SNS.
Appreciate your review and comments.