Hello I am using Mysmsmantra as an gateway provider and my site is on latest drupal 7.25.

There is Mysmsmantra sms gateway module for drupal 6.

Please help me to intigrate Mysmsmantra with drupal 7 smsframework module.

they have provided me this code

<?php
$url = "http://bulksms.mysmsmantra.com:8080/WebSMS/SMSAPI.jsp?username=username&password
=password&sendername=sender id&mobileno=919999999999&message=Hello";
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$curl_scraped_page = curl_exec($ch);
curl_close($ch);
echo $curl_scraped_page;
?>

But I cant understand how to use this, any other way to send messages is too very helpfull. Thx

Comments

alansaviolobo’s picture

Project: SMS Framework » My SMS Mantra SMS Gateway
Version: 7.x-1.x-dev » 6.x-1.0-beta1
Component: New module or gateway » Code

moving to relevant module's buglist.

alansaviolobo’s picture

Status: Active » Closed (duplicate)

The SMS simple gateway module can be used to integrate the My SMS Mantra gateway.