ra-coder
ra-coder
For me problem was in different python3.* versions pycycle was for python3.5 and code was for python3.7 I think, good idea to add python version to output `pycycle --version` and...
For me helped increase timeout in docker-compose.yml ``` doc-to-pdf: image: gotenberg/gotenberg:7 command: gotenberg --log-level=debug --api-timeout 400s ```
in eml could be attached files in different formats So I in my project parse eml in python, and send separately body of email and attached files to gotenberg