Exemplo n.º 1
0
 function requestSend($page, $params)
 {
     // code to send message here...
     // Send response to appcelerator
     sleep(2);
     // give animation time to display for demo
     return WFActionResponseAppcelerator::WFActionResponseAppcelerator('response.sent', array('message' => 'Mail request received. NOTE: This demo does not actually send the email.'));
 }