Sha256: 0abc9234e5053ca59ae084ff000045155aefa054b8e2532f054004a9431833b7
Contents?: true
Size: 460 Bytes
Versions: 20
Compression:
Stored size: 460 Bytes
Contents
Mailboxer.setup do |config| #Configures if you applications uses or no the email sending for Notifications and Messages config.uses_emails = true #Configures the default from for the email sent for Messages and Notifications of Mailboxer config.default_from = "no-reply@mailboxer.com" #Configures the methods needed by mailboxer #config.email_method = :email #config.name_method = :name #config.should_email_method = :should_email? end
Version data entries
20 entries across 12 versions & 1 rubygems