I hereby claim:
- I am kevinlong206 on github.
- I am kevinlong206 (https://keybase.io/kevinlong206) on keybase.
- I have a public key ASCL6_VosyVde8BhCW9tmjtQGIHJQIceEv_mL3fNgE4u6Qo
To claim this, I am signing this object:
| Testing | |
| Ennbeeding |
I hereby claim:
To claim this, I am signing this object:
| function send_sms($smstoken, $sms_recipient, $twilio_sid, $twilio_token, $twilio_phonenumber) { | |
| error_log("in send_sms function:" . ":" . $smstoken . ":" .$sms_recipient . ":" .$twilio_sid . ":" . $twilio_token . ":" . $twilio_phonenumber); | |
| error_log("sid " . $twilio_sid . " " . "token " . $twilio_token); | |
| $client = new Client($twilio_sid, $twilio_token); | |
| error_log("made it past new Client"); | |
| $result = $client->messages->create( | |
| $sms_recipient, |