E-Mail Versand - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html) +---- Thema: E-Mail Versand (/thread-10560.html) |
E-Mail Versand - 123Andy - 22.08.2008 Hallo Ich habe alle möglichen Antworten zu diesem Thema gelesen und probiert, aber keine behebt das Problem. Egal ob ich PHP E-Mail benutze oder SMTP nichts wird gesendet. Die mail() Funktion ist bei meinem Hoster aktiviert "safe" ist off. Auch beim Versuch mit SMTP(über verschiedenste Adressen) bekomme ich immer Fehlermeldungen. PHP Fehler:MyBB was unable to send the email using the PHP mail() function. SMTP Fehler:Unable to connect to the mail server with the given details.<br /><br />: Vor der Umstellung auf 1.4.1 gab es keine Probleme. Aufgefallen ist mir das Problem nachdem sich eine Liste mit nichtaktivierten Usern angesammelt hatte. Gruß Andy RE: E-Mail Versand - Michael - 22.08.2008 Aktuell ist kein Problem bekannt. Um welchen Hoster handelt es sich? RE: E-Mail Versand - 123Andy - 22.08.2008 Hallo Michael Der hoster ist bplaced. Hier noch ein Link zum Thema mail() bei bplaced. http://forum.bplaced.net/viewtopic.php?f=10&t=4119 Das Forum lief in der Vorgängerversion auch dort und es gab keine Probleme mit den Mails. Gruß Andy PS: Habe auf einen 2. ACC bei bplaced eine Alte Sicherung(1.2.14) zum Test aufgespielt und der Versand funktioniert. RE: E-Mail Versand - Michael - 22.08.2008 Öffne bitte mal die Datei inc/mailhandlers/php.php und suche die Zeile PHP-Code: $sent = @mail($this->to, $this->subject, $this->message, trim($this->headers), $this->additional_parameters); PHP-Code: $sent = @mail($this->to, $this->subject, $this->message, trim($this->headers)); RE: E-Mail Versand - 123Andy - 22.08.2008 Hallo Michael Perfekt!! Email ist angekommen. Vielen Dank für die Hilfe. Gruß Andy RE: E-Mail Versand - miandres - 14.10.2010 Nun funktioniert es auch bei mir mittels PHP Mailer ... perfekt. Danke, der Micha |