Ich hab derzeit ein richtig mieses Problem mit dem email versand
hab eigl alles richtig eingestellt aber er sagt mir
Fatal error: Class 'pop3' not found in /mnt/web4/22/06/52067806/htdocs/aion/include/includes/func/allg.php on line 237
hab mal hier die line Rausgesucht
if ($smtp['smtp_pop3beforesmtp'] == 1) { $pop = new pop3(); $pop3port = !empty($smpt['smtp_pop3port']) ? $smpt['smtp_pop3port'] : 110; $pop->Authorise($smpt['smtp_pop3host'], $pop3port, 5, $mailer->Username, $mailer->Password, 1); }
die besagte 237 line ist die hier
$pop = new pop3();
Kann mir bitte wer helfen bei diesem Problem?
MFG
SumSum