Steve Nguyen wrote:
> Hi (not answing your next question yet),
>
> I don't think that you need to use JavaMail for just sending mail. It over kills. I
>have written a program for sending mail from any apps/servlets (like formmail) with
>source. Send me off-list if you want it so I can send to you.
>
> Steve Nguyen
> C.E.O.
> KBMail Software & Service Provider
> http://www.kbmail.com
>
> "Plan - Do - Review --> Success"
>
> -------- Original message --------
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Revisited: Sending mail from an application (Pre-v2 JDK, Redhat 6
> .0)
> Date: Fri, 23 Jul 1999 16:09:42 -0400
> ----------------------------------
>
> Hey guys,
> Thanks for all of your help! I can now send e-mail from Java
> apps... almost. =) I download, installed, and used the JavaMail extensions,
> but am now having another problem. The machine that this app is running on
> does not have sendmail on it and by default it is trying to connect to the
> localhost to send the e-mail. What is the property I need to set in the
> Properties object to point this too another server? I have tried setting
> 'mailhost' and 'host', both which I have found in other samples, but they
> don't seem to work. Any idea's?
>
> Thanks,
> Abe
>
> Abe L. Getchell - Systems Engineer
> System Support Services
> Kentucky Department of Education
> Voice 502-564-2020x225
> E-mail [EMAIL PROTECTED]
> Web http://www.kde.state.ky.us/
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
for a simple javascript solution check this out1
its got some crappola in it but look at it
or check out perl! with email::valid to check out email address for correctness!
Title: