| Author |
How we send Email in Table Formate in ASP?
|
Anu Sri
Ranch Hand
Joined: Jul 29, 2002
Posts: 43
|
|
Hi All, After filling form values I can send email in ASP. But it is going normal format. like Name: Anupama Middle : Sri .. Like that. But I want to send the in table format. Like <table> <tr> <td> Name </td> <td> <%= Request.name("Name") %> </td> <tr> ...... </table> Like that in Email. So that it give table formate in Email. I really need. I tried several ways but no use. I am running out of time. Please let me know any of code or link or site is really appreciated. Anupama
|
 |
 |
|
|
subject: How we send Email in Table Formate in ASP?
|
|
|