What is the best way to test Action mailer without worrying about the enviroment-rails 3 -


i need test action mailer in ruby on rails project live.i don't want go in mess of creating new mail server zimbra on localhost or mess configurations of other environments have.moreover cant think of looking in log files complete height of patience.is there other way check/debug action mailer in localhost.if yes how , if not why not?

several alternatives:

  • define interceptor in development, see this railscast

  • use letter_opener gem see mail instead of sending it, link gem


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -