Closed lajp closed 2 weeks ago
When running with --no-default-features (or in general without the "email"-feature) the generated PDFs are returned in the response body instead of them being sent via email.
--no-default-features
This may be useful for debugging.
This does not solve testing with NextJS, since the response is handled on the backend and not shown in browser.
Easy solution would be to store pdf file somewhere
When running with
--no-default-features
(or in general without the "email"-feature) the generated PDFs are returned in the response body instead of them being sent via email.This may be useful for debugging.