# inflect.uncountable %w( fish sheep )
# end
+MAIL_CONFIG = { :from => 'VotingBooth <info@votingbooth.mako.cc>'}
+
# Include your application configuration below
require 'uniq_token'
require 'randarray'
module LoginEngine
config :salt, "voothingboat"
+ config :email_from, MAIL_CONFIG[:from]
end
Engines.start :login
+
+# action mailer configuration
+ActionMailer::Base.delivery_method = :sendmail
+ActionMailer::Base.default_charset = "utf-8"