Page 1 of 1

AMC email formation

Posted: 29 Jul 2025, 21:09
by nzdreamer55
Hello everyone,

I have started using the email flag for the AMC script and it is awesome! One thing I noticed however is that the formatting in my email seems to push stuff off the edge.

https://drive.google.com/file/d/1x5ZOwk ... sp=sharing

Is there a way to adjust this?

Thanks

Steve

Re: AMC email formation

Posted: 30 Jul 2025, 04:31
by rednoah
--def storeReport=/path/to/folder to store the HTML report as *.html file somewhere instead of sending it as email. That'll work around any HTML rendering issues caused by the Gmail web client.

As for actually generating HTML code for large tables that works properly in Gmail I'm open to suggestions. We can easily make changes to the HTML / CSS at amc.groovy#L611 but I wouldn't know what to change that isn't then mangled by Gmail.




EDIT:

I've modified the HTML template a bit. Might work a bit better with the next release. Might not.

Re: AMC email formation

Posted: 04 Aug 2025, 00:37
by nzdreamer55
Thanks as always. :-)