Dear friends I would like to know if someone has developed an application
for roundcube
hello thanks
:p
Check out the generic message footer setting in the config/main.inc.php you can link it to a file witch generates ads for the bottom of emails.
$rcmail_config['generic_message_footer'] = '';
.............
......................
Just add a file path, it is relative to the RoundCube root folder. So if you ad a file in your RoundCube folder name ad.txt it wound be:
$rcmail_config['generic_message_footer'] = 'ad.txt';
great skaero
thanks very much from italy
it works ! ;D
another questions: what the language of all these mailsevrer ?
buona fortuna ciao
Do you mean the language of the code? RoundCube is coded in English, I wouldn't know what language your mail server is in but it most likely English.
programmation language :p
(excuse my bad english :-X )
RoundCube programming language is php, and a database most likely MySQL.