Hi all!
In order to make the mail plugin work in a non sh environment, is necessary to add some instructions missing in the documentation:
- replace all the odoo.com references in appsscript.json file (urlFetchWhitelist section) with your domain
It can be done just overwriting the *.odoo.com references or maybe setting the odooUrl or other variable with your domain, what could be more efficient and flexible.
Thank you!