Passing parameters through HTTP Adapter?
问题 I want to send an email to the user after he/she sign's up in my hybrid application (based on IBM Worklight 6.0). I want to pass the parameters (email ID) of the user to a PHP file hosted. I tried directly to send a mail in the URL as Follows, and this works: http://www.xxxyyyzzz.comli.com/email.php?a=someEmailAddress@someEmailHost.com How to do the same via a Worklight adapter? ADAPTER.XML <wl:adapter name="sendmail" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wl="http://www