Skip to main content

All Questions

0 votes
1 answer
253 views

Wrap Table and sent e-mail with a Button

Is possible with one JavaScript function and a button send email an already printed html table ? <table id="mytable"> </table>
KyriakosGian's user avatar
1 vote
3 answers
2k views

How to send mail in table format with data

I have table in my PHP file which is looks like this. <div class="table-main" style="width:600px;" id="data-table-grid"> <table class="font order"> <tr> <td>Item</td> &...
Kalpit's user avatar
  • 4,936
5 votes
1 answer
5k views

Creating an HTML table in Javascript for use in an email?

I read a post that was 4 years old stating it's not possible to pass HTML to an email body. I would like to know if this is still true? My current JavaScript is: TableF = '<table style="font-...
Dan's user avatar
  • 2,354