cancel
Showing results for 
Search instead for 
Did you mean: 

Java mail

former_member219446
Participant
0 Kudos

Hi All,

I wanted to learn java mail. can anybody help me about how to create J2ee based Java mail application,

give me the links related to javamail.

Regards,

srinivas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

GOOD

GO THROUGH THIS LINK

http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html#package_descri...

Q: What is the JavaMail API?

A: The JavaMail API is a set of abstract APIs that model a mail system. The API provides a platform independent and protocol independent framework to build Java technology based email client applications. The JavaMail API provides facilities for reading and sending email. Service providers implement particular protocols. Several service providers are included with the JavaMail API package; others are available separately. The JavaMail API is implemented as a Java optional package that can be used on JDK 1.1.6 and later on any operating system. The JavaMail API is also a required part of the Java 2 Platform, Enterprise Edition (J2EE).

Q: How do I get an implementation of the JavaMail API?

A: Sun provides a royalty-free reference implementation, in binary form, that developers may use and ship. The reference implementation includes the core JavaMail packages and IMAP, POP3, and SMTP service providers.

THANKS

MRUTYUN

former_member185706
Participant
0 Kudos

> Hi All,

>

> I wanted to learn java mail. can anybody help me

> about how to create J2ee based Java mail

> application,

> give me the links related to javamail.

>

> Regards,

> srinivas

Hi,

you culd check the javamail examples come with J2EE engine isntallation too.

Regards

Bojidar

Former Member