ich habe ein Prob., jedesmal wenn ich eine ´Massenemail versenden will, bekomme ich erst diese Fehlermeldung:
Code: Alles auswählen
Failed sending email
DEBUG MODE
Line : 199
File : /home/www/******/html/phpBB2/includes/emailer.php
Code: Alles auswählen
//
// Add date and encoding type
//
$universal_extra = "MIME-Version: 1.0\nContent-type: text/plain; charset=" . $this->encoding . "\nContent-transfer-encoding: 8bit\nDate: " . gmdate('D, d M Y H:i:s', time()) . " UT\n";
$this->extra_headers = $universal_extra . $this->extra_headers;
if ( $this->use_smtp )
{
if ( !defined('SMTP_INCLUDED') )
{
include($phpbb_root_path . 'includes/smtp.' . $phpEx);
}
$result = smtpmail($this->address, $this->subject, $this->msg, $this->extra_headers);
}
else
{
$result = @mail($this->address, $this->subject, $this->msg, $this->extra_headers);
}
if ( !$result )
{
(das ist Line 199, von Oede) message_die(GENERAL_ERROR, 'Failed sending email', '', __LINE__, __FILE__);
}
return true;
}
Hoffentlich kann mir jemand bei diesem Prob. helfen?
Gruß
Oede
P.S.
Ab und zu tritt es auch auf, wenn man eine PN oder normale Email dort versenden möchte, aber nicht allzuoft.
Ich habe phpbb 2.0.3 Version