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

Support for Inbound emails by Amazon SES

Open abishekrsrikaanth opened this issue 6 years ago • 6 comments
trafficstars

abishekrsrikaanth avatar Oct 10 '19 15:10 abishekrsrikaanth

+1! Amazon SES is quite widely used...I'd love to be able to use this package with it.

connecteev avatar Nov 04 '19 21:11 connecteev

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);

barryvdh avatar Nov 23 '19 15:11 barryvdh

Confused. So no need for a ses driver?

ziming avatar Mar 05 '20 10:03 ziming

Hi All, I just submitted a PR to introduce SES support.

mabadir avatar Dec 27 '20 18:12 mabadir

@ziming did you manage to solve this one?

goper-leo avatar Apr 23 '21 11:04 goper-leo

+1

dgillier avatar Mar 31 '23 04:03 dgillier