Skip to content

chingor13/action_texter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionTexter

Allows you to build text messages similar to ActionMailer

Installation

In your Gemfile add:

gem 'actiontexter'

Install your gems:

bundle install

That’s it!

Configuration

In your environments/.rb file, add:

config.action_texter.delivery_method = :file
config.action_texter.file_settings = {}

Notes

This code is pretty much the same as ActionMailer. Why reinvent the wheel?

Contributing

If you’d like to contribute to this project, please fork and send me a pull request.

About

ActionMailer like gem for sending SMS messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages