Roundcube Community Forum

 

cant send email

Started by tickus, September 04, 2006, 04:54:52 PM

Previous topic - Next topic

tickus

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

AlexRezid

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.