Skip to content
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

SES Transport not firing sendPerformed, and not getting MessageID #16364

Closed
jdavidbakr opened this issue Nov 11, 2016 · 1 comment
Closed

SES Transport not firing sendPerformed, and not getting MessageID #16364

jdavidbakr opened this issue Nov 11, 2016 · 1 comment

Comments

@jdavidbakr
Copy link
Contributor

  • Laravel Version: 5.3.10
  • PHP Version: 7.0
  • Database Driver & Version: N/A

Description:

I have a package jdavidbakr/mail-tracker that uses a Swift plugin to record sent emails in the database and inject tracking data for opens and cilcks. I use the beforeSendPerformed() call in the plugin to modify the message body. This has worked great, but I want to extend it to be able to receive messages from Amazon's SES about the delivery of the messages. In order to do this, I need to get the Message-ID from the message after it's been sent to SES because that is the only identifier I have available to me at the point of the webhook.

The problem in 2-fold: first, I wanted to add a sendPerformed() call to my Swift plugin. However, this is not called by the SesTransport. Second, the SesTransport is not storing the Message-ID from AWS anywhere to allow me to retrieve it.

@GrahamCampbell
Copy link
Member

Thanks. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants