hi vijay
im looking for script to Send SMS from Meteor.ie site,
but the problem is that body of text has to copy content of text file and also the reciptioner mobile is saved in a text file also. can you please help me?
i have this code:
require WWW::SMS::IE::m eteorsms;
my $carrier = new WWW::SMS::IE::i esms;
if ($carrier->login('0871234 567', 'password'))
{
my $retval = $carrier->send('+3538655 51234', 'Hello World!');
if (!$retval)
{
print $carrier->error() . "\n";
}
}
im looking for script to Send SMS from Meteor.ie site,
but the problem is that body of text has to copy content of text file and also the reciptioner mobile is saved in a text file also. can you please help me?
i have this code:
require WWW::SMS::IE::m eteorsms;
my $carrier = new WWW::SMS::IE::i esms;
if ($carrier->login('0871234 567', 'password'))
{
my $retval = $carrier->send('+3538655 51234', 'Hello World!');
if (!$retval)
{
print $carrier->error() . "\n";
}
}