Sha256: 473cc13fda887780d70ee1eb8cb3769da70d72e7744a037c2c26599382775e36
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# This file will hold any hard configurations MailCannon may need. Customizations included. # When creating a MailCannon::Envelope the default behavior is to auto-post the Job to send it. auto_post: true # This is will schedule a delay for the Job execution, useful if you want to be able to Cancel the Job. waiting_time: 0 # Destroy mail content after send was successful, all other Envelope data is left untouched. # * this config is useful for saving storage auto_destroy: true # MailCannon builds the 'name' substitution Array for convenience, using the name from Envelope.to: [{email: 'foo', name: 'bar'}] default_name_placeholder: "*|NAME|*" # MailCannon builds the 'email' substitution Array for convenience, using the email from Envelope.to: [{email: 'foo', name: 'bar'}] default_email_placeholder: "*|EMAIL|*" # Pretty self explanatory. This is intended to be used by your event consuming service. add_envelope_id_to_unique_args: true # Pretty self explanatory. This is intended to be used by your event consuming service. add_envelope_bag_id_to_unique_args: true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mailcannon-0.1.1 | templates/config/mailcannon.yml |
mailcannon-0.1.0.pre.1 | templates/config/mailcannon.yml |
mailcannon-0.0.8.pre.1 | templates/config/mailcannon.yml |