Giter Site home page Giter Site logo

textanywhere's Introduction

textanywhere

Lightweight CodeIgniter library for Textanywhere: www.textanywhere.net

This is just a little lib for Textanywhere's TextEmail service - http://www.textanywhere.net/sms-services/text-email-gateway.aspx

Usage:

//load the textanywhere lib
$this->load->library('textanywhere');

//set some vars
$email_from = '[email protected]'; //email address to send SMS from
$sms_from_name = 'SMS From name';         //name to appear as 'from' in the SMS header<br>
$smtp_host = 'Email host';                //your email host
$smtp_user = 'email username';            //username for your email host
$smtp_pass = 'supersecret';               //password for your email host

//configure textanywhere
$textanywhere_config['email_from'] = $email_from;
$textanywhere_config['sms_from_name'] = $sms_from_name;
$textanywhere_config['smtp_host'] = $smtp_host;
$textanywhere_config['smtp_user'] = $smtp_user;
$textanywhere_config['smtp_pass'] = $smtp_pass;

$this->textanywhere->initialize($textanywhere_config);

//send an SMS
$this->textanywhere->send_sms($mobile_number, $message);

textanywhere's People

Contributors

ollie-new avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.