module Roda::RodaPlugins::Mailer
def self.configure(app, opts={})
Set the options for the mailer. Options:
def self.configure(app, opts={}) app.opts[:mailer] = (app.opts[:mailer]||{}).merge(opts).freeze end
def self.configure(app, opts={}) app.opts[:mailer] = (app.opts[:mailer]||{}).merge(opts).freeze end