Class | Mail::TestMailer |
In: |
lib/mail/network/delivery_methods/test_mailer.rb
|
Parent: | Object |
The TestMailer is a bare bones mailer that does nothing. It is useful when you are testing.
It also provides a template of the minimum methods you require to implement if you want to make a custom mailer for Mail
settings | [RW] |
Allows you to over write the default deliveries store from an array to some other object. If you just want to clear the store, call TestMailer.deliveries.clear.
If you place another object here, please make sure it responds to: