AdminUser.wOrdpress.cOm

Archive for the ‘horde’ Category

Horde was displaying the following error when trying to send emails.
===
Warning: send(Net/SMTP.php) [function.send]: failed to open stream: No such file or directory in /usr/local/lib/php/Mail/smtp.php on line 206
Warning: send() [function.include]: Failed opening ‘Net/SMTP.php’ for inclusion (include_path=’/usr/local/cpanel/base/horde/lib:.:/usr/lib/php:/usr/local/lib/php’) in /usr/local/lib/php/Mail/smtp.php on line 206
===
#pear install Net_SMTP
fixed the issue for me.