mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +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']) ) {
|
||||
$send->From = $identity->emailAddress;
|
||||
$send->FromName = $identity->realName;
|
||||
error_log('Not Default '.$from);
|
||||
error_log('Not Default '.$send->From);
|
||||
break;
|
||||
}
|
||||
if($identity->default) {
|
||||
|
Loading…
Reference in New Issue
Block a user