The Artima Developer Community
Sponsored Link

Java Answers Forum
Java mail

1 reply on 1 page. Most recent reply: Apr 11, 2003 2:22 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
jeff

Posts: 7
Nickname: jeffcmd
Registered: Apr, 2003

Java mail Posted: Apr 10, 2003 9:57 AM
Reply to this message Reply
Advertisement
Does anyone know this:-

A simplified code to send a string/text using email.

I have looked through some Java books and websites which provide samples on how to do it but they tend to import their own classes for their function calls. This results in many versions of the code. Can the code be made simple without complex class dependencies? I'm using java servlets by the way.


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: Java mail Posted: Apr 11, 2003 2:22 AM
Reply to this message Reply
The JavaMail API would appear to be your best bet.

http://java.sun.com/products/javamail/

Adam

Flat View: This topic has 1 reply on 1 page
Topic: What about Java Previous Topic   Next Topic Topic: In sun's j2sdkee:I don't know the two paramter's value

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use