Defect #13330
closedError Notification Email
0%
Description
I finished to install the redmine (version 2.2.3), with Ruby 1.8.7, Rails 3.2.12 in Widows XP and her works normaly. After, I configured the file configuration.yml (in c:\redmine\config).
production:
  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: smtp.xxx.com.br
      port: 25
      domain: xxx.com.br
      authentication: :login
      user_name: xxx@xxx.com.br
      password: xxxx
When I go to test in tab Email Notification, the Redmine presents erro (An error occurred while sending mail (502 unimplemented (#5.5.1) ).
Anybody know how to resolve this?
Sorry to my poor English. I'm yet studing....
My versions:
Redmine version                        2.2.3.stable
  Ruby version                             1.8.7 (i386-mingw32)
  Rails version                             3.2.12
  Environment                              production
  Database adapter                    MySQL
Best regards!