Am Montag, den 17.07.2006, 15:19 +0200 schrieb Kris Wolff: > Hi Folks, > > i have a simple question that will not be answerd in the docs. > Maybe it’s just a lack of understandeing – please bring some > light in my head. > > I have a WebApp with tones of tools in it. So there is a cms, a > forum, a notice-board, and so on (all things you know). I want > to implement a mailsystem for three reasons. > * I want to send mails to the Users > * Ok I could uns sendmail, postfix etc, not a > big Deal, would be faster - I suppos – to > implement than a complete new system. > * I want to create a Mail-List Archive for every > Forum. My Forums create automaticly on new > Topics. I want thet the user can also discuss via mail, > so I need a “way out” -> send new posts via mail, > (s.1) and a way in -> all mails on that maillist must > be stored back in my forum database. You can do such things easly with a Mailet and Matcher..
> * I want to offer your own mail-adress as User from > this WebApp (it’s a big portal here in germany) So I > have to use my Userdatabase, etc. Also possible with james. You can fully costumize the select statements etc for query the db. See: http://james.apache.org/FAQ.html#7 > > Can James be a possibility for me? > Can I put james in my source-tree? Sure you can its licensed under apache license 2 so its no problem for commercial usage.. > Can you give me examples how to plug James-Functions into > my code (eg: sending single mail, looks if new mails are there, > etc… or do I have to use 110/25 localy? No.. How can I use the > apis in the write way. And at least again, where can I find some > examples (if you have something working, its much more easier to > start). You could use the MailetApi for sending emails etc.. But i whould be easier to use 25/110 port localy.. > > Thanks a lot in advanced > Kris bye Norman
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
