Project

General

Profile

Redmine 2.3.0 SMTP configuration

Added by shravan kumar about 11 years ago

Hi,

I have successfully installed redmine 2.3.0.

I am able to configure sendmail, but not SMTP.

I tried SMTP configuration steps.

I am not able to install Action mailer plugin through plugin ( ruby script/plugin install git://github.com/collectiveidea/action_mailer_optional_tls.git Error: ruby: No such file or directory -- script/plugin (LoadError))

I need help to configure.

Please help me out


Replies (1)

RE: Redmine 2.3.0 SMTP configuration - Added by arul baskar almost 11 years ago

hi shravan kumar,

development:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: false
openssl_verify_mode: 'none'
address: "domain name"
port: 25
authentication: :login
domain: 'domain name'
user_name: 'mailid'
password: 'password'

working is fine.you check this code.
    (1-1/1)