Re: java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-14 Thread Leonidas Papadakis
Hi there, recently i requested something similar. Please check the below links : http://opensource.atlassian.com/confluence/spring/display/DISC/Sending+FreeMarker-based+multipart+email+with+Spring http://static.springframework.org/spring/docs/2.5.x/reference/mail.html If you need something sim

Re: java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-12 Thread Alex Coles
On Thu, Aug 21, 2008 at 6:46 AM, Varun Deep <[EMAIL PROTECTED]> wrote: > Hello everyone > > I am using java to send mail, in this I am facing one problem that is "I > want to send two mails one in "text/html" format and one in "text/plain" > to the same user at the same time". The reason of doing t

RE: Java Mail errors

2008-09-23 Thread Deepak Kumar
HI, Here is the lot of examples and tutorials on Java mail api. Read at http://www.roseindia.net/javamail/ Enjoy. -Original Message- From: Jishnu Viswanath [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 5:38 PM To: Struts Users Mailing List Subject: RE: Java Mail errors

Re: Java Mail errors

2008-09-23 Thread Lukasz Lenart
>is it public static void main() what you are saying. is it > required for every class? Not exactly, the method main() is needed if you want to launch the program (it's a entry point to your application), but if you writing Java class which will be used with server or with some ot

RE: Java Mail errors

2008-09-23 Thread Jishnu Viswanath
* ( + 91 ) 9731209330ll Tavant Technologies Inc., www.tavant.com PEOPLE :: PASSION :: EXCELLENCE -Original Message- From: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 5:15 PM To: Struts Users Mailing List Subject: Re: Java Mail errors Here

Re: Java Mail errors

2008-09-23 Thread Nils-Helge Garli Hegvik
Here's a starting point for you: http://java.sun.com/new2java/ Nils-H On Tue, Sep 23, 2008 at 1:36 PM, Narasimha Raju Naidu <[EMAIL PROTECTED]> wrote: > thanks for your reply, > >is it public static void main() what you are saying. is it > required for every class? > > On Tue, Sep

Re: Java Mail errors

2008-09-23 Thread Narasimha Raju Naidu
thanks for your reply, is it public static void main() what you are saying. is it required for every class? On Tue, Sep 23, 2008 at 4:55 PM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > Hi, > > I think you should first read some Java tutorial how to write Java > classes (you are m

Re: Java Mail errors

2008-09-23 Thread Lukasz Lenart
Hi, I think you should first read some Java tutorial how to write Java classes (you are missing class declaration), next try to find some Java Mail Tutorial with Google and the least and the most important is that this group is to support Struts users, not to solve any kind of Java problem you can

RE: Java mail

2006-10-14 Thread Wesslan
-Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: den 14 oktober 2006 16:17 To: 'Dongyi Liu'; 'Struts Users Mailing List' Subject: RE: Java mail >From where can i download this. I am using jdk1.4,servlets 2.3, struts1.2.8 -Original Message- From: Do

Re: Java mail

2006-10-14 Thread Wendy Smoak
On 10/14/06, Raghuveer <[EMAIL PROTECTED]> wrote: From where can i download this. I am using jdk1.4,servlets 2.3, struts1.2.8 Ask Google about 'java mail' http://www.google.com/search?q=java+mail and the first link is the JavaMail API: http://java.sun.com/products/javamail/ You might al

RE: Java mail

2006-10-14 Thread Raghuveer
>From where can i download this. I am using jdk1.4,servlets 2.3, struts1.2.8 -Original Message- From: Dongyi Liu [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 7:43 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Java mail You may need the m

RE: Java mail

2006-10-14 Thread Dongyi Liu
You may need the mail.jar (java mail api) and activation.jar (java activation framework). -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 14:26 To: user@struts.apache.org Subject: Java mail What jar file i need to use for implementing mailing for my st