Actions
Defect #14041
closedEmail notification error: incompatible character encodings: UTF-8 and ASCII-8BIT
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
Hello!
I'm configured notification via mail.ru.
My config file:
production: email_delivery: delivery_method: :smtp smtp_settings: address: smtp.mail.ru domain: mail.ru port: 25 authentication: :login user_name: 'test@mail.ru' password: 'blabla'
When i send test mail, get error:
Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT): lib/redmine/i18n.rb:32:in `l' app/controllers/admin_controller.rb:68:in `rescue in test_email' app/controllers/admin_controller.rb:64:in `test_email'
Environment: Redmine version 2.3.0.stable Ruby version 1.9.3 (x86_64-linux) Rails version 3.2.13 Environment production Database adapter Mysql2
my session and global variables MySQL:
character set client utf8 character set connection utf8 character set database utf8 character set filesystem binary character set results utf8 character set server utf8 character set system utf8 character sets dir /usr/share/mysql/charsets/
Help please!
Thanks!
Updated by Toshi MARUYAMA almost 12 years ago
- Subject changed from Email notification error to Email notification error: incompatible character encodings: UTF-8 and ASCII-8BIT
Updated by Toshi MARUYAMA almost 12 years ago
- Did you clear cache? (#12900#note-21)
- Did you check DB data is UTF-8?
- Did you convert to UTF-8, if DB data is not UTF-8?
http://www.redmine.org/boards/1/topics/36573?r=36631#message-36631
Updated by Toshi MARUYAMA almost 12 years ago
- Status changed from New to Needs feedback
Updated by Toshi MARUYAMA almost 12 years ago
- Status changed from Needs feedback to New
Updated by Toshi MARUYAMA almost 12 years ago
Sending test mail tests pass in all locales.
source:tags/2.3.1/test/unit/mailer_test.rb#L495
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Actions