Anton Andriyevskyy
2009-Nov-23 12:16 UTC
[Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )
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'' domain: "smtp.gmail.com" authentication: :plain user_name: "xxxxx at gmail.com" password: "xxxxx" My RoR: *>rails -v Rails 2.2.2>ruby -vruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]* Any ideas? Thanks, Anton -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20091123/45b139d7/attachment-0001.html>
David Vrensk
2009-Nov-23 13:02 UTC
[Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )
On Mon, Nov 23, 2009 at 13:16, Anton Andriyevskyy <x.meglio at gmail.com>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 a rails group on IRC. You are more likely to get email help there. HTH, /David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20091123/13c1b83b/attachment.html>
Anton Andriyevskyy
2009-Nov-23 15:41 UTC
[Mongrel] An error occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. 15sm1058080bwz.0 )
Thanks, David, I''ll try option #2. Anton On Mon, Nov 23, 2009 at 3:02 PM, David Vrensk <david at vrensk.com> wrote:> On Mon, Nov 23, 2009 at 13:16, Anton Andriyevskyy <x.meglio at gmail.com>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 a rails group on IRC. You are more likely > to get email help there. > > HTH, > > /David > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20091123/e60c7876/attachment.html>