public
Description: SanitizeEmail allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.
Homepage: http://galtzo.blogspot.com/2008/11/sanitize-email-never-worry-about.html
Clone URL: git://github.com/pboling/sanitize_email.git
Click here to lend your support to: sanitize_email and make a donation at www.pledgie.com !
pboling (author)
Sat Nov 15 09:31:20 -0800 2008
commit  2ed67b79e5efcd7f6b4dad94a02e3e8985eb7cfd
tree    7eea28c58dd27b4973816f7000a7cdda20c40c66
parent  12110b5dc475166a5c90c4de11458b6bb8b299f7
sanitize_email / init.rb
100644 6 lines (4 sloc) 0.177 kb
1
2
3
4
5
6
require "sanitize_email"
require "custom_environments"
 
ActionMailer::Base.send :include, NinthBit::CustomEnvironments
ActionMailer::Base.send :include, NinthBit::SanitizeEmail