Unable to send notification to actor when email contains special characters

1
0
-1

Hello,

I have a scenario where a user (actor) has special characters in their email address. I'm running the following code:

import org.bonitasoft.engine.identity.ContactData
def userid = loggedUserId.value
def contactData = BonitaUsers.getUserProfessionalContactInfo(apiAccessor, userid)
def teste = contactData.email

return teste

This code works great when the email address doesn't contain special characters. Otherwise, I get, "Invalid email address" error. Is there a way to resolve this issue?

1 answer

1
0
-1

Hi Michele,

Can you report a bug with an email address example ?

Thanks for your help
Romain

Notifications