search for: smtpauthenticationerror

Displaying 9 results from an estimated 9 matches for "smtpauthenticationerror".

2009 May 02
0
Net::SMTPAuthenticationError with use of gmail smtp
Before today my mail service is working well. But i got suddenly Error for Net::SMTPAuthenticationError And get error page with following message 421 4.7.0 Temporary System Problem. Try again later (HS). m29sm19625431poh.25 can any one help me in this? Why this occur? I haven''t do any changes in my settings. Its same as before my mail service is working.. Is there any service issue? Tha...
2008 Apr 11
7
Net::SMTPAuthenticationError
...:domain => ''[my domain], :authentication => :plain, :user_name => ''do-not-reply-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'', :password => ''[my password]'' } but when i click on send mail button, it shows following error: Net::SMTPAuthenticationError in MailingController#sendmail 502 unimplemented (#5.5.1) RAILS_ROOT: C:/work/2phone Application Trace | Framework Trace | Full Trace c:/ruby/lib/ruby/1.8/net/smtp.rb:577:in `auth_plain'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `__send__'' c:/ruby/lib/ruby/1.8/net/smtp.rb:571:in `...
2006 Mar 14
2
ActionMailer not working correctly
...:user_name => "blah", :password => "password", :authentication => :login } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" And the error from production.log: Net::SMTPAuthenticationError (535 Error: authentication failed): /usr/lib/ruby/1.8/net/smtp.rb:586:in ''auth login'' I''ve checked the user/pass and they are correct. -- Posted via http://www.ruby-forum.com/.
2008 Jun 23
1
ActionMailer Fails To Send Emails Post Authentication
...un it in production I get the error No connection could be made because the target machine actively refused it. - connect(2) (see details in the attached text file) Now when I try to run the same application on the local machine (Dev) with a local mail server running on it I get the error : Net::SMTPAuthenticationError in AccessrequestsController#create 535 Authentication Failed (see details in the text file attached). The actionmailer settings for production are : ActionMailer::Base.smtp_settings = { :address => "localhost", :port => 25, :domain => "letter4sure.com", :authentica...
2006 Jul 03
3
ActionMailer -- anybody ever see this?
...ttempt from my development.log: Sent mail: Date: Sun, 2 Jul 2006 18:50:57 -0500 From: someone <someone@something.org> To: SomeoneElse <someoneelse@whatever.com> Subject: XXX Attendee Change Content-Type: text/plain; charset=utf-8 [...] and then, immediately afterward, the next: Net::SMTPAuthenticationError (535 Error: authentication failed ): /opt/local/lib/ruby/1.8/net/smtp.rb:586:in `auth_login'' /opt/local/lib/ruby/1.8/net/smtp.rb:571:in `authenticate'' Naturally, I''m checking these on the other end, and what I see in the logs matches what I see in the mailbox....
2009 Apr 13
5
Ruby 1.8.7 + Rails 2.3.2 + TLS = Where's the documentation?
After spending a few hours reading dozens of blogs and tutorials I am still stumped. Numerous sites mention ruby 1.8.7 and rails 2.3 supporting TLS out of the box. However, I can not find any documentation on setting this up to send emails correctly. Furthermore, after attempting to send emails using Gmail and TLS i get the following error: 530 5.7.0 Must issue a STARTTLS command first.
2006 Mar 27
3
Email On Dreamhost
Hi guys is there any way i some one tell me how to set up email on Dreamhost this is my production log :SMTPAuthenticationError (535 Error: authentication failed) # Include your application configuration below ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "mail.irishwebdesigner.com", :domain => "irishwebdesigner.com", :port => 25, :authe...
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2012 Feb 14
6
SMTP problem.
...s but I have a problem. In the rails log it states that the email has been sent but the email is never actually received so obviously there is a problem. I have noticed one in particular and I don''t understand how to fix it. Once I create the user I get the following error message: Net::SMTPAuthenticationError (535-5.7.1 Username and Password not accepted. How do I set a username and password? I have the following in my development.rb: config.action_mailer.raise_delivery_errors = false # config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :...