newbie - email setup
Added by Robert Lewis over 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
///////////////////////////////////////////////////////////////////////////////////////////////////////////
- Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: smtp.gmail.com
port: 25
domain: gmail.com
authentication: :login
user_name: mytest1@gmail.com
password: xxxxx
development:
delivery_method: :smtp
smtp_settings:
address: 127.0.0.1
port: 25
domain: gmail.com
authentication: :login
user_name: mytest1@gmail.com
password: xxxx
Replies (2)
RE: newbie - email setup - Added by Felix Schäfer over 14 years ago
IIRC gmail uses port 587 for smtp.