Sending invitation emails WSO2 EMM fails

扶醉桌前 提交于 2019-12-20 05:58:12

问题


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!


回答1:


I hope you have followed the step 10 of getting started document. This email component is derived through Jaggery where it has been used in multiple products as well as it has been tested on multiple SMPT servers. Then I believe you have to configure or setup this from your SMTP server side if you believe that the issue is with that double quotes.



来源:https://stackoverflow.com/questions/22630458/sending-invitation-emails-wso2-emm-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!