API:Send EmailFrom WHMCS DocumentationThis command is used to send an email to a customer. Attributes messagename - unique name of the email template to send from WHMCS id - related ID number to send message for Example Command $postfields["action"] = "sendemail"; $postfields["messagename"] = "Hosting Account Welcome Email"; $postfields["id"] = "1"; Returned Variables None API Functions |
|





