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

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

2008-10-12 Thread Varun Deep
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 this is some email services not allow html content in the mail, they only allow

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
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 missing class declaration), >> next try to find some Java Ma

Re: Java Mail errors

2008-09-23 Thread Narasimha Raju Naidu
; 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 have. > > > Kind regards >

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

Java Mail errors

2008-09-23 Thread Narasimha Raju Naidu
hi to all, I am new to java mail. i want to send an email from my system using the following program: --- import javax.mail.*; import javax.mail.internet.*; import java.util.*; public void postMail( String recipients

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/java

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

AW: Java mail

2006-10-14 Thread Martin Kindler
t; Von: Raghuveer [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 14. Oktober 2006 15:26 > An: user@struts.apache.org > Betreff: Java mail > > > What jar file i need to use for implementing mailing for

Java mail

2006-10-14 Thread Raghuveer
What jar file i need to use for implementing mailing for my struts application. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]