[Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )

2009-11-23 Thread Anton Andriyevskyy
I get an error after configured everything as in this tutorial: http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/ *My email.yml:* # Outgoing email settings meglio: delivery_method: :smtp smtp_settings: tls: true address: "smtp.gmail.com" port: '587' dom

Re: [Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )

2009-11-23 Thread David Vrensk
On Mon, Nov 23, 2009 at 13:16, Anton Andriyevskyy wrote: > Any ideas? > > Well, I'd suggest two alternatives: 1. Tell us what makes this a *mongrel* problem. (It looks like a rails or email problem, and those are bound to be ignored without comment on this list.) 2. Try one of the rails lists or

Re: [Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )

2009-11-23 Thread Anton Andriyevskyy
Thanks, David, I'll try option #2. Anton On Mon, Nov 23, 2009 at 3:02 PM, David Vrensk wrote: > On Mon, Nov 23, 2009 at 13:16, Anton Andriyevskyy wrote: > >> Any ideas? >> >> > Well, I'd suggest two alternatives: > > 1. Tell us what makes this a *mongrel* problem. (It looks like a rails or > e