Hi I'm considering installing DBmail, because I really like the idea about using a database instead of flat files. In this way you have the possibility to use the same data for several applications.
First I would like to know what database you think is the best? I read that Mysql is the fastest one compared to PostGreSql. What is the difference between InnoDB and MySql? Second im considering how to send a mail from a Webmail. I'm right now only running a Tomcat Webserver and i'm not interested in installing Apache. Therefore I want to make my own Webmail, using JSP. But how do I send a mail? Do I just write a record in the database or what do I do? Is there a adressbook implemented in DBmail or should I just make the table my self? Regards Jan Andersen