/home/desid573/public_html/eway/pdd/app/Controller/Component
NameSizeModeActions
empty00644editdlrm
EwayComponent.php18170644editdlrm
MailcontentComponent.php218750644editdlrm
MailerComponent.php27900644editdlrm
TwilioComponent.php11080644editdlrm
Edit: /home/desid573/public_html/eway/pdd/app/Controller/Component/TwilioComponent.php (1108B)
account->messages->sendMessage( // Step 6: Change the 'From' number below to be a valid Twilio number // that you've purchased, or the (deprecated) Sandbox number "+61476856101", // the number we are sending to - Any phone number $contact_no, // the sms body $message ); return $sms; // Display a confirmation message on the screen } }