M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

Suggest easiest way to e-mail

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

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Suggest easiest way to e-mail

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

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Suggest easiest way to e-mail

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, '');

Return to “Issues”