Added by Andy Stevenson almost 9 years ago
I think this is my last hurdle…
Open Project reports email sent successfully, but it never arrives. I’ve been reading around the problem but can’t seem to land on a solution.
My config looks like this:
@
production:
email_delivery_method: “smtp”
smtp_enable_starttls_auto: true
smtp_address: “smtp.gmail.com”
smtp_port: 587
smtp_domain: “smtp.gmail.com” # ‘your.domain.com’ for GoogleApps
smtp_authentication: :plain
smtp_user_name: “xxxx@gmail.com”
smtp_password: “xxxxxxxx”
@
I’ve had a read through this:
http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/
but I’m not sure it’s telling me to do anything that the open project install hasn’t already done?
Any suggestions most appreciated.
Thanks
Andy
Replies (1)
It seems an upgrade of ruby was all it took.