Page 2 of 2

Suggest easiest way to e-mail

Posted: Wed Jan 28, 2015 9:58 am
by M&M

Have you tried using the sendmail template page to send out the stuff and check the result

As HTML body content is supported, you can use some JS to create a nice table. That will make it look elegant

I am not sure if these things are relevant to your case but it may help some folks using sendgrid to send emails

https://support.sendgrid.com/hc/en-us...

https://sendgrid.com/docs/User_Guide/...

It could even be the MIME Type or encoding


Suggest easiest way to e-mail

Posted: Sun Feb 01, 2015 2:26 am
by Vinny B

I appreciate your help but I dont understand what to do.

I figured out how to get it to look like this

Image

is there a way to get ride of all the blank lines?

Thank you


Suggest easiest way to e-mail

Posted: Sun Feb 01, 2015 3:06 am
by Vinny B

Thanks for you help m&m it did give me an idea. I used this and it removed all blank lines

var grid = Apperyio("mobilelist_9");
var em = grid.text();
return em.replace(/\s*$[\n\r]{1,}/gm, '');