aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes How we send Email in Table Formate in ASP? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "How we send Email in Table Formate in ASP?" Watch "How we send Email in Table Formate in ASP?" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How we send Email in Table Formate in ASP?
 
Similar Threads
Sending Email from jsp page
Checkboxes in Struts
how to obtaine grid in html page?
String buffer issue when dispalying a new line
jQuery doubt with reference to Object Literal Example.