yarantoos Posted April 18, 2016 Share Posted April 18, 2016 Hello, Is there any problem with below code ? ( we want just send email from email template when we suspended. function myserver_SuspendAccount($params) { $command = "sendemail"; $adminuser = "artak"; $values["customtype"] = "product"; $values["messagename"] = "Renew SMS"; $values["id"] = $params["serviceid"]; $results = localAPI($command, $values, $adminuser); //End add an entry return $results; //Mission complete } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.