Sha256: 15cb16bfe3abf44c520338bbdedee8456be53149ddfb85630007e4c054cbb892

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

# mail from
mail_from: mail@example.com

# sending mails in chunks of
send_mails_in_chunks_of: 200

# sending mail chunks every x minute
send_mail_chunks_every: 5

# Specify the method that is used to interpolate the %{name} in newsletter mails and forms.
#
# === Available methods:
#
# * +fullname+
# * +name_with_title+
# * +firstname+
# * +lastname+
# * +name+
# * +email+
#
name_interpolation_method: fullname

# Specify additional attributes to validate for presence on a contact.
# NOTE: Email will be always validated.
additional_contact_validations: [salutation, firstname, lastname]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 config/alchemy_crm.config.yml
alchemy_crm-2.0.4.1 config/alchemy_crm.config.yml
alchemy_crm-2.1.0a config/alchemy_crm.config.yml
alchemy_crm-2.0.3 config/alchemy_crm.config.yml