juhasev / laravel-ses

A Laravel package that enables detailed tracking of emails sent via AWS SES. Supports tracking deliveries, opens, rejects, bounces, complaints and link clicks
17 stars 5 forks source link

Fix: Message-ID #25

Closed leMaur closed 1 year ago

leMaur commented 1 year ago

This PR fixes the Message-ID stored into the SentEmail DB table.

leMaur commented 1 year ago

Fix #24