Looking For program to send email

C

clusardi2k

From: "clusardi2k" <clusardi2k@1:261/38.remove-s96-this>

From: "clusardi2k" <clusardi2k@1:261/38.remove-73m-this>

From: (e-mail address removed)

Does anyone know how to send email.

Example projects on the Internet don't work for me because the IDE tells me
packages do not exist.

For example,

import javax.mail.*; //Package does not exist
import javax.mail.internet.*; //Package does not exist

Thank you,

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
 
E

Eric Sosman

To: clusardi2k
From: "Eric Sosman" <eric.sosman@1:261/38.remove-4g4-this>

To: clusardi2k
From: "Eric Sosman" <eric.sosman@1:261/38.remove-s96-this>

To: clusardi2k
From: Eric Sosman <[email protected]>

Does anyone know how to send email.

Example projects on the Internet don't work for me because the IDE tells me packages do not exist.

For example,

import javax.mail.*; //Package does not exist
import javax.mail.internet.*; //Package does not exist

http://www.oracle.com/technetwork/java/javamail/index.html

--
Eric Sosman
(e-mail address removed)

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
 
R

Roedy Green

To: clusardi2k
From: "Roedy Green" <roedy.green@1:261/38.remove-4g4-this>

To: clusardi2k
From: "Roedy Green" <roedy.green@1:261/38.remove-s96-this>

To: clusardi2k
From: Roedy Green <[email protected]>

Does anyone know how to send email.

Example projects on the Internet don't work for me because the IDE tells me
packages do not exist.

you have to download them and ensure they are installed on the client. See
http://mindprod.com/jgloss/javamail.html

see http://mindprod.com/products1.html#BULK for sample use.
--
Roedy Green Canadian Mind Products http://mindprod.com A new scientific truth
does not triumph by convincing its opponents and making them see the light, but
rather because its opponents eventually die, and a new generation grows up that
is familiar with it.
~ Max Planck 1858-04-23 1947-10-04

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
 
A

Arne Vajhøj

To: clusardi2k
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-7rm-this>

To: clusardi2k
From: "Arne Vajhoj" <arne.vajhoj@1:261/38.remove-rj6-this>

To: clusardi2k
From: Arne Vajhoj <[email protected]>

Does anyone know how to send email.

Example projects on the Internet don't work for me because the IDE tells me packages do not exist.

For example,

import javax.mail.*; //Package does not exist
import javax.mail.internet.*; //Package does not exist

For some reason email in Java is part of Java EE not part of Java SE.

If you are developing for a Java EE environment just add some Java EE jar file
to your IDE's classpath and you are good.

The classes will be there at runtime.

If you are developing for a Java SE environment you need to get the JavaMail
(and its dependency JAF) and put it in classpath for both IDE and runtime.

Arne

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

-+- BBBS/Li6 v4.10 Dada-1
+ Origin: Prism bbs (1:261/38)
-+- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24

--- BBBS/Li6 v4.10 Dada-1
* Origin: Prism bbs (1:261/38)
--- Synchronet 3.16a-Win32 NewsLink 1.98
Time Warp of the Future BBS - telnet://time.synchro.net:24
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top