Sha256: 93a3ae2d3f4f1f2a1841f89104b42fd49b875376c40731afbd68f75fc6b0c897
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
Delivery Reroute ================ Contact: Joe Noon - joenoon[at]gmail.com All emails will be sent to the address you specify instead of to the defined recipients. Example config/development.rb configuration: config.after_initialize do ActionMailer::Base.delivery_method = :reroute # sets that you want to reroute all emails ActionMailer::Base.delivery_reroute_method = :smtp # sets that you want to use your underlying smtp settings ActionMailer::Base.delivery_reroute_to = 'joe@example.com' # sets the address that receives all emails end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
delivery_reroute-1.0.1 | README |
delivery_reroute-1.0.0 | README |