For use with Microsoft AD and Exchange
If I use
'email' => proxyAddresses:*', in my fieldmap config I am presented with all the email addresses from my LDAP in my address book search, which is what I need, but they all include the 'smtp:' as part of the hyperlink.
This means that when I click to select the address to send an email to it is taken literally as
smtp:[email protected] and not the
[email protected] as it should be.
Can this be captured either at the fieldmap stage using some formatting code or at the point of selection to send an email?
eg.
'email' => proxyAddresses:*:substr[5]',