Deliverability consultant and developer Martin Alexander has something cool to share: Inbound Email (SMTP) to Webhook . What this does is sets up an inbound mail server to capture and route inbound messages. This "minimal script" receives emails via SMTP, allows you to parse content and headers, store attachments in Amazon S3, and forward email content via webhook. This could be s…