Ich hab derzeit ein richtig mieses Problem mit dem email versand
hab eigl alles richtig eingestellt aber er sagt mir
1 | 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
1 2 3 4 5 | 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
1 | $pop = new pop3(); |
Kann mir bitte wer helfen bei diesem Problem?
MFG
SumSum