laravel-mailbox
laravel-mailbox copied to clipboard
Support for Inbound emails by Amazon SES
+1! Amazon SES is quite widely used...I'd love to be able to use this package with it.
I think SES includes the MIME message (see https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-notifications-contents.html , so you should be able to use that with InboundEmail::fromMessage($mimeContent);
Confused. So no need for a ses driver?
Hi All, I just submitted a PR to introduce SES support.
@ziming did you manage to solve this one?
+1