backup email

Hello,
scriptcase some developer has created software for saving e-mail in a database, reading from outlook?
rgds

That will be difficult as you are in a webform which is javascript only. So you need to apply your own code to get to it through COM. Other option might be to read the mail directly from the server into your database.

in the latter case there is something already made

Yes, i.e. for imap there’s a whole library in PHP to be used, but for pop a lot of samples can be found on the internet.