MyBB.de Forum
Probleme beim PHP-Mailversand - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Probleme beim PHP-Mailversand (/thread-23232.html)



Probleme beim PHP-Mailversand - Death-Zone - 15.03.2011

Hallo,
mein MyBB Forum ist bei Hosteurpe gehostet. Ich habe folgendes Problem wenn Registrieren will bekommt man keine Bestätigungsmail zugesendet, in den System-E-Mail-Logdateien findet sich folgender Fehler -> "MyBB was unable to send the email using the PHP mail() function."

Ich habe in den Mail Einstellungen bei den zusätzlichen Parametern bereits "-f absender@domain.tld" eingefügt und eine Standard E-Mail bei Hosteurope habe ich auch eingerichtet.

Ich weiß nicht was ich weiter machen soll, wisst ihr vielleicht was ich einstellen soll oder so, ich hab echt keine Ahnung..!


RE: Probleme beim PHP-Mailversand - StefanT - 15.03.2011

https://www.mybb.de/forum/thread-15677-post-112417.html#pid112417


RE: Probleme beim PHP-Mailversand - Death-Zone - 15.03.2011

Also die Testmail kommt an aber wenn ich in der php.php Datei die Zeile "$sent = @mail($this->to, $this->subject, $this->message, trim($this->headers));" für "$sent = @mail($this->to, $this->subject, $this->message, trim($this->headers), $this->additional_parameters);" einsetze und mich dann versuche zu Registrieren kommt immernoch keine E-Mail an und in der System-E-Mail-Logdatei steht der selbe Fehler "MyBB was unable to send the email using the PHP mail() function.".

/e Hat sich erledigt, danke Big Grin


RE: Probleme beim PHP-Mailversand - StefanT - 15.03.2011

Dann habe ich auch keine Idee mehr, probiere doch mal SMTP.