mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
improving error_log output on sendMDN
This commit is contained in:
parent
ae752edf13
commit
0ca2692d17
@ -2617,7 +2617,7 @@
|
|||||||
if ( preg_match('/\b'.$identity->emailAddress.'\b/',$headers['TO']) ) {
|
if ( preg_match('/\b'.$identity->emailAddress.'\b/',$headers['TO']) ) {
|
||||||
$send->From = $identity->emailAddress;
|
$send->From = $identity->emailAddress;
|
||||||
$send->FromName = $identity->realName;
|
$send->FromName = $identity->realName;
|
||||||
error_log('Not Default '.$from);
|
error_log('Not Default '.$send->From);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if($identity->default) {
|
if($identity->default) {
|
||||||
|
Loading…
Reference in New Issue
Block a user