I'm trying out the WSO2 Enterprise Mobile Manager but I can't seem to get it configured right.
If I want to send an invitation e-mail to a user, my SMTP-server doesn't accept the given recipient address. Apparently the EMM formats an address with surrounding quotes like this:
RCPT TO: <"user@example.com">
And if I try it manually like this, I have no problem:
RCPT TO: <user@example.com>
Is there a setting I can configure in the EMM-software or on my SMTP-server (MailEnable for testing purposes) (or the Carbon/EMM source code on GitHub) to fix this ?
Thanks in advance!