kolab activesync Email:ReplyTo xmlns="uri:Email

Aleksander Machniak machniak at kolabsys.com
Thu Sep 26 07:05:28 CEST 2019


On 9/25/19 11:42 PM, Erik Froijen wrote:
> Does anybody know how to use a default Reply-to address in the ActiveSync module of Kolab?

There's no such option, but if you'd like to work on this you would have to do this here
https://git.kolab.org/diffusion/S/browse/master/lib/kolab_sync_message.php$169, in similar
way we do for From header. To get the Reply-To address from the default identity use:

$identity = kolab_sync::get_instance()->user->get_identity();
$replyto = $identity['reply-to'];

-- 
Aleksander Machniak
Senior Software Engineer
Kolab Systems AG: https://kolabsystems.com
PGP: 19359DC1


More information about the users mailing list