-
Notifications
You must be signed in to change notification settings - Fork 28
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
Retrieve MessageID from response #24
Comments
Any news on this one? I would like to retrieve the Postmark ID after sending the mail, can't figure out how! |
The way I acheieved this is listen for the Illuminate\Mail\Events\MessageSent Event and in the listener you can retrieve the ID
|
I doubt this works in the current version. Created a PR to support this. |
Is there a way to do this currently? Other packages such as https://github.com/craigpaul/laravel-postmark add this as a header like so when the message is sent:
I'd like to use this package as it is the Laravel recommendation but require this functionality. Would you be interested in a Pull Request?
The text was updated successfully, but these errors were encountered: