Roundcube Community Forum

Release Support => Pending Issues => Topic started by: tickus on September 04, 2006, 04:54:52 PM

Title: cant send email
Post by: tickus on September 04, 2006, 04:54:52 PM
I keep getting the following error in my logs. I cant send email through roundcube. It just kind of hangs saying its sending and never does. then just stops after a little bit. Not really sure what I need to do.

[04-Sep-2006 16:28:20] PHP Warning: require_once(Net/SMTP.php) [function.require-once]: failed to open stream: No such file or directory in /srv/www/htdocs/webmail/program/include/rcube_smtp.inc on line 24
[04-Sep-2006 15:22:36] PHP Fatal error: require_once() [function.require]: Failed opening required 'Net/SMTP.php' (include_path='/srv/www/htdocs/webmail/:/srv/www/htdocs/webmail/program:/srv/www/htdocs/webmail/program/lib:.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/www/htdocs/webmail/program/include/rcube_smtp.inc on line 24
Title: Re: cant send email
Post by: AlexRezid on September 13, 2006, 05:20:57 AM
Just specify your smtp server into config file... If not, roundcube try to send mail using php mail() function which could have been disabled by your web admin.

If the smtp server is running locally, then just put 'localhost' and then look at the roundcube logs to see what appens.