Hello Serge, I've got JavaMail sending (and receiving) emails. But for that purpose I need an SMTP server, e.g. James. I thought of following solution:
Use James' SMTP functionality (without listening on port 25!) and JavaMail's SMTP client and combine them to a *real* lightweight component to send my email. Is this easily possible (especially from the technical side of James)? Tom At 10:08 04.04.2002 -0500, you wrote: >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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
