-
-
Notifications
You must be signed in to change notification settings - Fork 29
Amazon SES Driver #43
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
base: main
Are you sure you want to change the base?
Conversation
|
I’m very interested in the AWS SES provider support. I’ll be testing your code in a side project soon and will share my feedback on this PR. |
|
Thanks! Let me know for any changes or feedback |
|
Hi @Skullbock, thanks for your PR. I will look into this and craft this a little bit further. Happy to receive also your feedback @drahosistvan. |
|
Thanks, let me know if i can help |
|
+1 |
|
Hi! Is there any way i can help speed this up? :) |
|
We're making this a priority and will add this PR after some changes this month! |
|
Great! We really need this asap too. |
|
@markvaneijk If you need me to, I can probably fork this PR and work on it and resubmit it after its completed and tests are passing. Maybe I can work on it while you work on getting github working with PR testing? Seems like its failing with everything right now and obviously we want all PR's to be passing tests before merged, etc. |
|
That would be awesome @MACscr |
Amazon AWS SES Driver.
Notes
I've tried as much as possible to detail the needs in the readme since aws (as usual) is pretty complicated in the setup of the workflow. Here are some gotchas:
services.sesconfiguration key and have a user that, besides being able to send emails with ses (as per core laravel config) can also create sns topicsTested on a dev project and seems to work. I have some troubles running the tests, for some reason testbench doesn't seem to pickup the testing database...