There isn't anything I'm aware of that's more lightweight... maybe 
search for some open source packages to do it.  JavaMail really isn't 
that difficult once you get the hang of it.  You could also easily 
enough wrap JavaMail with a method that takes a single String if you 
knew the structure, sender, and mail server each time.

Serge Knystautas
Loki Technologies - Unstoppable Websites
http://www.lokitech.com/

Thomas Singer wrote:
> Hello,
> 
> sorry, if this question was asked before.
> 
> I want our application to send bug reports via email directly to our 
> support team (if the user approves). If I would build the mail-sending 
> stuff with JavaMail, I would still need an SMTP-server. Since James has 
> an SMTP server, the straightforward solution would be to pack JavaMail 
> and James in the application. But there are too much unused components 
> in JavaMail and James for this small task. Is there any easier (more 
> lightweight) solution for this problem?
> 
> Best regards,
> Thomas Singer


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to