cowtech-rails 1.8.0.0 → 1.8.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Cowtech
|
|
12
12
|
rv = YAML.load_file(Rails.root + "config/email.yml")
|
13
13
|
|
14
14
|
ActionMailer::Base.raise_delivery_errors = true
|
15
|
-
ActionMailer::Base.
|
15
|
+
ActionMailer::Base.charset = "utf-8"
|
16
16
|
ActionMailer::Base.delivery_method = method
|
17
17
|
|
18
18
|
case method
|
data/lib/cowtech/version.rb
CHANGED