-
html tags in email body in java beans
hi there,
I am trying to send an email in html formatt using my java bean. I am using ATG Dynamo App server.
here is my code.
setBody("<html><body><b>test test </b></body></html>");
setSender("webmaster@abc.com");
setSubject("My Event Registration - Invoice");
setRecipient("abc@abc.com");
super.sendMail(pRequest,pResponse);
where prequest and presonse is my http request and response object respectively.
How can I get this email formatted with interpreted html tags?
thanks in advance.
techie_ns
Similar Threads
-
Replies: 2
Last Post: 06-14-2006, 03:16 PM
-
By Arya Dev in forum Java
Replies: 2
Last Post: 12-13-2005, 06:07 AM
-
Replies: 6
Last Post: 10-31-2002, 07:12 PM
-
By Debbie Locker in forum Java
Replies: 0
Last Post: 07-18-2001, 08:47 AM
-
Replies: 2
Last Post: 04-08-2000, 08:13 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks