Quote:
Anyway, another feature request would be to put at least that "Send book to Email" setting ability into the users individual config.local.user.php files. I would not mind collecting that data and neither would the users mind, as that email address cannot be used for anything except documents and ebooks.
|
Either I do not understand what you want, or perhaps you do not fully understand how mailing from cops works. If you do I humbly apologise.

The easyest solution is: the settings regarding mail in the config_local.... files need to be filled out with YOUR mail server data. The users can then specify their e-mail in a pop-up when they want to mail a document to themself.
Another, hard to maintain,solution is that you gather mail server data (server name, passwords) from all your security consious users and put that data in a lot of different config_local.user[1-n].php files. A lot of work, and some/most ISP don't let you mail from outside of their network. So most e-mail would be gmail or comparable anyway. It's probably better to use just one dedicated e-mail server (gmail or comparable).
Just my 2 cents on this topic.