sendMMS(self,
addresses,
subject,
messages,
attachments)
| source code
|
Send MMS via BlueVia to one or more recipients
- Parameters:
addresses - (array): An array of mobile numbers in the form "44 (for
UK) 7764735478" (Mobile number without first zero and no
spaces)
subject - (string): MMS subject text
messages - (array): An array containing the messages (string)
attachments - (array): An array of paths to files (string) to be sent with MMS
- Returns:
- (tuple): (HTTP status, deliveryURL). HTTP status ==
"201" for success. Use deliverURL in method
deliverStatus.
|