/send_mailAsk AIpost https://api.paynearme-sandbox.com/json-api/send_mailCreate and send an email message to the consumerBody ParamsCreates and sends a new email messagesite_identifierstringrequiredDefaults to S2411573363Identifies your client site.timestampstringrequiredThe Unix Epoch time of the callversionstringrequiredDefaults to 3.0The version of the API. This version must match the version associated with your API key pair.signaturestringrequiredThe HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.recipientsstringrequiredDefaults to [email protected]The email addresses where you are sending the email. Use commas to separate email addresses when sending the message to multiple recipients.subjectstringrequiredDefaults to Please Pay Your BillThe subject of the email message.body_textstringrequiredDefaults to Your bill was due yesterday. Please remit payment as soon as possible.The text of the email message. This parameter does not support HTML or special characters like emojis.Response 201Email SentUpdated 7 months ago