Hello_World
Hello_World

Reputation: 65

Sending invitation emails WSO2 EMM fails

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: <"[email protected]">

And if I try it manually like this, I have no problem:

RCPT TO: <[email protected]>

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!

Upvotes: 0

Views: 790

Answers (1)

Dilshan
Dilshan

Reputation: 3221

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.

Upvotes: 2

Related Questions