Defect #2738
Cannot send mail notifications
| Status: | Closed | Start date: | 2009-02-13 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: | Invalid |
Description
I tried to configure it to use my google account.
But I got the error:
An error occurred while sending mail (can't convert Fixnum into String)
I'm using redmine revision 2453
Below is what I did the configuration:
1. download smtp_tls.rb and put it into lib folder
2. add require 'smtp_tls' in production.rb file
3. edit email.yml
1. Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: smtp.gmail.com
port: 587
domain: gmail.com
authentication: :login
user_name: XXXXX@gmail.com
password: 123456
My password is pure numbers, is it caused this error?
Anyone can help me out this trouble?
History
#1 Updated by Jean-Philippe Lang over 3 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please, no support request here.
See the forums, I think this there are a few topics about gmail.
#2 Updated by Dominik Appl about 3 years ago
see #2927 for the solution