Skip to content
This repository was archived by the owner on Feb 9, 2018. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailfire

(yes, its a bad name)

For when you don't want to send emails for real, but still want an easy way to sanity check the content (i.e. on dev)
ActionMailer::Base.add_delivery_method :campfire,
  Mailfire::TextToRoom,
  account: 'youraccount',
  token: '9s8d7fasfdasdfasdfsdfnskldf......',
  room: 'mail'

if Rails.env.development?
  ActionMailer::Base.delivery_method = :campfire
end

And your email to, from, subject and body will be 'delivered' to your campfire room

About

Send mail to campfire rooms

Resources

Stars

3 stars

Watchers

13 watching

Forks

Releases

Packages

Used by

Contributors

Languages