Re: kolab activesync Email:ReplyTo xmlns="uri:Email
Aleksander Machniak <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <[email protected]> |
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