Test Email Sending: Save email content to local .wrangler directory instead of system tmp directory
#13809
patsaas
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
Thanks for the feature request! Just to understand this more, do you want:
or both? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When testing Email Sending locally (
remote: false) we are wanting to save emails to the project's.wranglerdirectory instead of the systemtmpdirectory where the path is quite obscure (macOS here).This would unlock automated testing, allowing us to check email contents for auth links/etc., and it would replace a few other tools we use like Nodemailer, InBucket, Mailpit.
Currently documented here:
https://developers.cloudflare.com/email-service/local-development/sending/#testing-locally
Related request for Local Explorer:
#13648
Beta Was this translation helpful? Give feedback.
All reactions