Sh4yy / cloudflare-email

This is a simple proxy server that can be used for sending free transactional emails through Cloudflare workers.
MIT License
1.45k stars 338 forks source link

Return error details in HTTP body? #3

Closed benguild closed 1 year ago

benguild commented 1 year ago

Was thinking about this. I don't have time to work on it tonight, but it might be nice to optionally return any errors to the caller in the HTTP body.

This could be disabled via an env variable.

benguild commented 1 year ago

never mind! :)