-
Notifications
You must be signed in to change notification settings - Fork 230
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
Possible to return the raw sent message? #229
Comments
there was an attempt at a PR that does this: #219 essentially, you could add some hooks that one could listen to, so that you can get at the raw data. |
Hey, Thanks, ok, I'll have a look at that PR in more detail. |
as of c4ddeda the internal logic for creating the raw message object is exposed as a separate api; you should see this api available in the next major release. i'm opposed to implementing data interceptors for this, as that introduces non-trivial performance implications. if you want to know what we're sending, it's far cheaper to just make a copy :) closing for now, but feel free to re-open if you think there's a path forward. |
@tjrhodes this is now live in |
Hi,
Firstly thanks for a great tool, I've been using it in a new project and it's nice to work with.
I get the returned message as an object, is it possible to get the raw mime message sent to the smtp server?
Thanks,
Tom.
The text was updated successfully, but these errors were encountered: