[EMAIL PROTECTED] writes:

>       How would one go about sending e-mail from an application?  I have
> tried doing it via the Runtime.exec() method and running a long drawn out
> 'mail' command, but the system executes it too fast and it ends up getting
> garbled in the process.  Any ideas?

Open a socket against port 25 on a mail server and speak SMTP. 
(JavaMail IMHO is an overkill if you only want to send a smtp mail)

-- 
Jan-Henrik Haukeland


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to