----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


> What I want to do is connect the output of sendmail (an email message
> send to an alias) to the input of a servlet.
> 
> I have this working currently for sendmail->perl script:
> 
> ---incoming Internet email message--->sendmail--->perl script
> 
> using the prog directive of sendmail to invoke a shell (smrsh actually)
> 
> I want to have:
> 
> ---incoming Internet email message--->sendmail--->servlet
> 
> I *DONT* want to have to invoke a new instance of java for each message
> (like I do now for PERL).
> 
> Ideas?

How about using JavaMail? Make a the mailing system
you want and encapsulate it within the servlet. 

Morten




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to