1

私は初心者です。

各ページに SMS API を追加して、osclass の新しいユーザーにウェルカム SMS を送信したいと考えています。「登録メール送信」がどこにあるかを誰かが知っていれば、そこに統合できます。

試してみましutils.phpたが、うまくいきません。

私のスクリプトは次のとおりです。

////SMS Start 

$name = osc_user_name();
$mobile = osc_user_phone_mobile();

$msgs = "Thank You $name, You have Successfully Registered with Classified123.";

$msgb = urlencode($msgs);

$stra ="http://sms.website.in/api/mt/SendSMS?user=user&password=pw&senderid=ABCDEF&channel=Trans&DCS=0&flashsms=0&number=$mobile&text=$msgb&route=15";

file_get_contents($stra);

/////SMS End
4

0 に答える 0