0.0
No commit activity in last 3 years
No release in over 3 years
Allows you to build text messages similar to ActionMailer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.