Roundcube: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
check INSTALL/requirements | check INSTALL/requirements | ||
==Uncaught Error: Call to undefined method Net_SMTP::starttls() == | |||
On Debian i fixed this using | |||
pear install Net_SMTP | |||
==Oops... something went wrong!== | |||
===Nothing in logs/=== | |||
Problably blew up before that code got loaded, checke apache/nginx/php-fpm logs. | |||
[[Category:Mail]] | [[Category:Mail]] |
Latest revision as of 10:43, 10 September 2023
Links
FAQ
REQUEST CHECK FAILED
check INSTALL/requirements
Uncaught Error: Call to undefined method Net_SMTP::starttls()
On Debian i fixed this using
pear install Net_SMTP
Oops... something went wrong!
Nothing in logs/
Problably blew up before that code got loaded, checke apache/nginx/php-fpm logs.