Revision 56ed2f3a
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
SL/Mailer.pm | ||
---|---|---|
225 | 225 |
$self->_store_in_journal('failed', 'driver could not be created; check your configuration & log files'); |
226 | 226 |
$::lxdebug->message(LXDebug::WARN(), "Mailer error during 'send': $error"); |
227 | 227 |
|
228 |
return "send email : $error";
|
|
228 |
return $error;
|
|
229 | 229 |
} |
230 | 230 |
|
231 | 231 |
# Set defaults & headers |
... | ... | |
264 | 264 |
|
265 | 265 |
$self->{journalentry} = $self->_store_in_journal; |
266 | 266 |
|
267 |
return $ok ? '' : "send email: $error";
|
|
267 |
return $ok ? '' : ($error || "undefined error");
|
|
268 | 268 |
} |
269 | 269 |
|
270 | 270 |
sub _all_recipients { |
Auch abrufbar als: Unified diff
E-Mail: Versandfehler oben auch anzeigen