Sha256: 7616a6204172ee6dbbc47e0c365d12f84cb7206a3a1e1989188ea5a932a0d6e5
Contents?: true
Size: 423 Bytes
Versions: 11
Compression:
Stored size: 423 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 = :mailboxer_email #config.name_method = :name end
Version data entries
11 entries across 8 versions & 2 rubygems