bei einer Contenido 4.9.0-Installation erhalte ich beim Formular-Mailer (großes Lob für diese tolle Funktion) einen Fehler beim Absender der E-Mails:
Im Frontend wird folgendes ausgegeben:
client mail could not be sent: EMAIL_SEND_ERROR
system mail could not be sent: EMAIL_SEND_ERROR
In den Logs finden sich folgende Meldungen:
Code: Alles auswählen
[2013-09-05 09:20:17] [ ERR ] client mail could not be sent: EMAIL_SEND_ERROR<br>system mail could not be sent: EMAIL_SEND_ERROR
[2013-09-05 09:20:17] [ ERR ] #0 /www/htdocs/w010ae0b/contenido_haus/contenido/plugins/form_assistant/classes/class.pifa.abstract_form_processor.php(161): MailedFormProcessor->_processStoredData()
#1 /www/htdocs/w010ae0b/contenido_haus/contenido/plugins/form_assistant/extensions/class.pifa.default_form_module.php(93): PifaAbstractFormProcessor->process()
#2 /www/htdocs/w010ae0b/contenido_haus/contenido/plugins/form_assistant/classes/class.pifa.abstract_form_module.php(184): DefaultFormModule->doPost()
#3 /www/htdocs/w010ae0b/contenido_haus/contenido/plugins/form_assistant/classes/class.content.type.pifa_form.php(745): PifaAbstractFormModule->render(true)
#4 /www/htdocs/w010ae0b/contenido_haus/contenido/includes/frontend/include.front_content.php(608) : eval()'d code(551): cContentTypePifaForm->buildCode()
#5 /www/htdocs/w010ae0b/contenido_haus/contenido/includes/frontend/include.front_content.php(608): eval()
#6 /www/htdocs/w010ae0b/contenido_haus/cms/front_content.php(57): include('/www/htdocs/w01...')
#7 {main}
Das Modul ist das Standard-Modul vom Contenido. Im Formular wurden lediglich ein paar Felder entfernt.
Die Optionen im Artikel sind analog des Beispielmandanten konfiguriert. Nur mit eigener E-Mail-Adresse.
Grundsätzlich ist die mail()-Funktion von PHP funktionsfähig.
Woran könnte hier der Fehler liegen? Über Tipps oder auch Hinweise, wie man hier weiter vorgeht, wäre ich sehr dankbar.
Christian