Project

General

Profile

newbie - email setup

Added by Robert Lewis almost 14 years ago

I managed to get the email system recognized in the settings area, but like the posts I have read through I get this message

"An error occurred while sending mail (No connection could be made because the target machine actively refused it. - connect(2))"

I am assuming that the target machine is the gmail server, is that correct??

I am using gmail, and these are my settings. I used the port numbers from the email.yml.example file

Any advice would be appreciated. Thanks.

Robert Lewis
///////////////////////////////////////////////////////////////////////////////////////////////////////////

  1. Outgoing email settings

production:
delivery_method: :smtp
smtp_settings:
address: smtp.gmail.com
port: 25
domain: gmail.com
authentication: :login
user_name:
password: xxxxx

development:
delivery_method: :smtp
smtp_settings:
address: 127.0.0.1
port: 25
domain: gmail.com
authentication: :login
user_name:
password: xxxx


    (1-2/2)