You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Raghuveer <ra...@infotechsw.com> on 2006/10/14 15:26:22 UTC

Java mail

 What jar file i need to use for implementing mailing for my struts
application.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Java mail

Posted by Wendy Smoak <ws...@gmail.com>.
On 10/14/06, Raghuveer <ra...@infotechsw.com> 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 also want to take a look at Commons Email:
   http://jakarta.apache.org/commons/email/

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Java mail

Posted by Wesslan <fo...@wesslan.se>.
This would be a great place to start:
http://java.sun.com/products/javamail/downloads/index.html

You also maybe want to take a look at Commons Email because it REALLY
simplifies the task of sending email with Java!
Commons Email: http://jakarta.apache.org/commons/email/

Hth,
Peter


-----Original Message-----
From: Raghuveer [mailto:raghuveerv@infotechsw.com] 
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: Dongyi Liu [mailto:dongyi.liu@googlemail.com]
Sent: Saturday, October 14, 2006 7:43 PM
To: 'Struts Users Mailing List'; raghuveerv@infotechsw.com
Subject: RE: Java mail


You may need the mail.jar (java mail api) and activation.jar (java
activation framework).

-----Original Message-----
From: Raghuveer [mailto:raghuveerv@infotechsw.com] 
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 struts
application.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Java mail

Posted by Raghuveer <ra...@infotechsw.com>.
>From where can i download this.

I am using jdk1.4,servlets 2.3, struts1.2.8

-----Original Message-----
From: Dongyi Liu [mailto:dongyi.liu@googlemail.com]
Sent: Saturday, October 14, 2006 7:43 PM
To: 'Struts Users Mailing List'; raghuveerv@infotechsw.com
Subject: RE: Java mail


You may need the mail.jar (java mail api) and activation.jar (java
activation framework).

-----Original Message-----
From: Raghuveer [mailto:raghuveerv@infotechsw.com] 
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 struts
application.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: Java mail

Posted by Dongyi Liu <do...@googlemail.com>.
You may need the mail.jar (java mail api) and activation.jar (java
activation framework).

-----Original Message-----
From: Raghuveer [mailto:raghuveerv@infotechsw.com] 
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 struts
application.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


AW: Java mail

Posted by Martin Kindler <ki...@arcor.de>.
That depends on what your needs are. For just sending mails mail.jar from
the JavaMail distribution (http://java.sun.com/products/javamail) should be
sufficient. If you also want to receive mails you need additional jars from
that distribution.

Martin

> -----Ursprüngliche Nachricht-----
> Von: Raghuveer [mailto:raghuveerv@infotechsw.com] 
> 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 my 
> struts application.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org