I am using the ExchangeWs plugin from it2be.
It looks like the & character can not be used in the mail body.
I need it for deeplink url's like :
- Code: Select all
http://localhost:8081/servoy-client/servoy_client/IBISMain.jnlp?method=bcal_showIncident&argument=59
I tried using %26 instead of & in the url
- Code: Select all
http://localhost:8081/servoy-client/servoy_client/IBISMain.jnlp?method=bcal_showIncident%26argument=59
but that does not seem to work.
Is this a bug or a limitation ?
Regards,