AMC email formation

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nzdreamer55
Posts: 180
Joined: 20 Jul 2012, 23:25

AMC email formation

Post 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
User avatar
rednoah
The Source
Posts: 24105
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC email formation

Post 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.
:idea: Please read the FAQ and How to Request Help.
nzdreamer55
Posts: 180
Joined: 20 Jul 2012, 23:25

Re: AMC email formation

Post by nzdreamer55 »

Thanks as always. :-)
Post Reply