Sha256: 11e32cf4fbcbd6906f2046e91d647434694fc15f12a971698a9eeb7675809211
Contents?: true
Size: 1.96 KB
Versions: 7
Compression:
Stored size: 1.96 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html smtpserver: id: 1 name: smtpserver value: localhost description: The SMTP server to deliver mail through. priority: 1 smtpport: id: 2 name: smtpport value: 25 description: The port to connect to on the SMTP server. priority: 1 mysmtpname: id: 3 name: mysmtpname value: localhost description: The value to give to the SMTP server upon connecting (with the SMTP HELO command) priority: 2 default_welcome_admin_message_id: id: 4 name: default_welcome_admin_message_id value: 1 description: The ID of the default message to use to welcome a new subscriber to the mailing list. priority: 3 default_confirmed_admin_message_id: id: 5 name: default_confirmed_admin_message_id value: 2 description: The ID of the default message to use to let a new subscriber know that his subscription has been confirmed. priority: 3 default_farewell_admin_message_id: id: 6 name: default_farewell_admin_message_id value: 3 description: The ID of the default message to use to say farewell to a departing subscriber. priority: 3 address_separator: id: 7 name: address_separator value: "-" description: The character used to separate the bounces and request suffix from the list email address. priority: 5 bounce_suffix: id: 8 name: bounce_suffix value: "bounces" description: What suffix to append to a mailing list address to catch bounces with priority: 4 request_suffix: id: 9 name: request_suffix value: "request" description: The suffix to append to a mailing list address to send messages to with subscription and unsubscription requests priority: 4 new_user_mailinglist_class: id: 10 name: new_user_mailinglist_class value: 1 description: The mailing list class of the "forwarded mail" mailing list created when a new user is created. priority: 3
Version data entries
7 entries across 7 versions & 1 rubygems