mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
applied patch from Christian Mangold
[ 1022144 ] felamimail: fullname instead emailadress in sent FROM-header
This commit is contained in:
parent
a4893b4b1d
commit
32289d20b2
@ -99,6 +99,7 @@
|
|||||||
$data['emailAddress'] = array(
|
$data['emailAddress'] = array(
|
||||||
array(
|
array(
|
||||||
'address' => $felamimailUserPrefs['emailAddress'],
|
'address' => $felamimailUserPrefs['emailAddress'],
|
||||||
|
'name' => $GLOBALS['phpgw_info']['user']['fullname'],
|
||||||
'type' => 'default'
|
'type' => 'default'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user