Added by petrik luo almost 13 years ago
Hi,
I have configure redmine successfully and it is working fine except my email notification.
I have set my smtp details in email.yml config file but still when try to send an test mail it gives an error.
Please find below email.yml config settings.
+> production:
delivery_method: :smtp
smtp_settings:
address: smtp.163.com
port: 25
authentication: :login
domain: 163.com
user_name: weiluying
password: wly850902+
Versions:
redmine (1.2.2)
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
cgi_multipart_eof_fix (2.5.0)
gem_plugin (0.2.3)
i18n (0.4.2)
mongrel (1.1.5 x86-mingw32)
mysql (2.8.1 x86-mingw32)
rack (1.1.1, 1.0.1)
rails (2.3.5)
rake (0.9.2.2)
Please help.
Thanks,
Petrik Luo
I have resolved it by modifying the domain.
Thanks.