forked from extern/egroupware
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(
|
||||
array(
|
||||
'address' => $felamimailUserPrefs['emailAddress'],
|
||||
'name' => $GLOBALS['phpgw_info']['user']['fullname'],
|
||||
'type' => 'default'
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user