On Sun, 07 Jun 2009 17:26:01 +0200, Borg³ <[email protected]> wrote: > Hi. > > I installed roundcube 0.2.1 today and I'm quite fond of it. Only problem > I see, i can't use my local MTA (currently esmtp) to send my mails. So I > decided to hack a bit around. Should be quite quick, as roundcube > incorporates most of the hard work already. > > If there is interest in it I can provide the result as a patch against > 0.2.2? If I've overlooked a feature enabling me to do it more simply > (using mail() is not an option for me), I'd be grateful for a hint. >
Huh? main.inc.php: // use this host for sending mails. // to use SSL connection, set ssl://smtp.host.com // if left blank, the PHP mail() function is used $rcmail_config['smtp_server'] = 'localhost'; // SMTP port (default is 25; 465 for SSL) $rcmail_config['smtp_port'] = 25; _______________________________________________ List info: http://lists.roundcube.net/dev/
