Skip to content

Instantly share code, notes, and snippets.

View oscarsantiago's full-sized avatar

Oscar Andres oscarsantiago

View GitHub Profile
@oscarsantiago
oscarsantiago / pushbullet_sms.php
Created September 23, 2024 20:51 — forked from nfcg/pushbullet_sms.php
Pushbullet Send SMS
<?php
$mobile_token = "o.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
$mobile_iden = "xxxxxxxxxxxxxxxxxxxxxxx";
function sendSMS($to, $message)
{
global $mobile_iden, $mobile_token;
$to = "+351" . $to;
$data = [
"data" => [