dolibarr 21.0.0-alpha
|
File of class to send sms. More...
Go to the source code of this file.
Classes | |
class | CSMSFile |
Class to send SMS Usage: $smsfile = new CSMSFile($subject,$sendto,$replyto,$message,$filepath,$mimetype,$filename,$cc,$ccc,$deliveryreceipt,$msgishtml,$errors_to); $smsfile->socid=...; $smsfile->contact_id=...; $smsfile->member_id=...; $smsfile->fk_project=...; $smsfile->sendfile();. More... | |
File of class to send sms.
Definition in file CSMSFile.class.php.