Skip to content

l2c2technologies/sms-send-in-esms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS-Send-IN-eSMS version 0.01
=============================

Please see the POD documentation in eSMS.pm module included in
the distribution.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

Since eSMS-Kerala runs a SMS credit based service, the test suite 
does not actually use it to send any text message. If you wish to 
test the functionality, you should set the following four environment
variables:

ESMS_LOGIN - Your VFIRST/e-SMS Kerala username
ESMS_PASSW - Your VFIRST/e-SMS Kerala account password
ESMS_SENDR - Your VFIRST/e-SMS Kerala SenderID
ESMS_DESTP - A 10-digit mobile number in India to send text message to
ESMS_MSGTP - A message conforming with your transactional template
             registered with VFIRST/e-SMS Kerala as per TRAI rules

Then, run 'make test' again and a text message will be sent.


DEPENDENCIES

This module requires these other modules and libraries:

  SMS::Send
  IO::Socket::SSL
  LWP
  File::Spec
  Test::More 


ACKNOWLEDGEMENT

The driver development cost was sponsored by 'State Librarian, State 
Central Library, Trivendrum, Kerala, India.


COPYRIGHT AND LICENCE

Copyright (C) 2016 by Indranil Das Gupta (indradg@l2c2.co.in)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or, 
at your option, any later version of Perl 5 you may have available.

This software comes with no warranty of any kind, including but not
limited to the implied warranty of merchantability.

Your use of this software may result in charges against / use of available
credits on your e-SMS Kerala account. Please use this software carefully
keeping a close eye on your usage and/or billing, The author takes 
no responsibility for any such charges accrued.

Published by L2C2 Technologies [ http://www.l2c2.co.in ]

About

SMS::Send driver to send transactional messages via eSMS Kerala HTTP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages