search for: 3q2tfjf0mexwk0htik3j

Displaying 8 results from an estimated 8 matches for "3q2tfjf0mexwk0htik3j".

2009 May 28
1
Why won't my ActionMailer work inside the controller?
I''ve got a basic mailer setup and am simply trying to get a Hello message through. If I go into script/console and execute Emailer.deliver_message("myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org","My subject", "My message") it works fine. However, if I fire up a controller with a test method that invokes the same thing def test Emailer.deliver_message("myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org","My subject", "M...
2011 Dec 12
1
Errno::ECONNREFUSED (Connection refused - connect(2)): sending email in production
...the development log) now, testing the remote SMTP server , via the production console, using : ActionMailer::Base.smtp_settings = {:address  => "mail.mydomain.com",:port  => 587,:domain  => "mydomain.com",:authentication => :login, :user_name => "myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org",:password => "xxxxxxxxxxxx",:enable_starttls_auto => false} class MyMailer < ActionMailer::Base def test_email @recipients = "myself-BUHhN+a2lJ4@public.gmane.org" @from = "noreply-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org" @subject = &q...
2009 Jan 08
4
SMTP settings for action mailer
...d ssl certificate i have a question about routing my smtp settings for my postfix are now ActionMailer::Base.smtp_settings = { :address => "smtp.mydomain.com", :port => 25, :domain => "mydomain.com", :authentication => :plain, :user_name => "mydomain_mailer-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org", :password => "password" } both the email server and the rails app are on the same machine if i don''t have the address as 127.0.0.1 is it routing information through the internet instead of internally in the machine? if i use 127.0.0.1 i will get the...
2006 Aug 28
4
SMTPSyntaxError (501 <>: missing or malformed local part)
I get this when trying to send out an email. What exactly does this error mean? ________________________________________ Net::SMTPSyntaxError (501 <>: missing or malformed local part ): /usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' /usr/lib/ruby/1.8/net/smtp.rb:653:in `getok'' /usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto''
2009 Jan 07
0
Actionmailer and postfix settings
...where if your server has tls u have to do something special with actionmailer for it to work so i am relying on fischer''s workaround. so i inputed this into the mailer.yml file that danielfischer created: :address: localhost :port: 25 :domain: localhost :user_name: mailer-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org :password: secret :authentication: :plain :tls: true Should i have used mydomain instead of localhost? I just can''t seem to get it to connect there is nothing in my tail - f /var/log/maillog error Please help! --~--~---------~--~----~------------~-------~--...
2013 Mar 09
1
Rails- Devise- confirmable- confirmation email not received
In an application I use devise authentication. I added confirmable.During sign up, message is that email has been sent. But email is not received in my gmail account. How can I solve this problem. Do I need to add other options as we do with actionmailer such as gmail port address, or sendmail such things. Please help. -- You received this message because you are subscribed to the Google
2008 Jul 06
12
Action Mailer Driving me insane
...nfig.action_mailer.perform_deliveries = true config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "mydomain.com", :port => correct port, :domain => "mydomain.com", :authentication => :plain, :user_name => "smtp_plain-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org", :password => "the password" } When the app fires off an email, the rails log shows: Sent mail to blah-VqLq+sPIL7v3in0mhzB2HgC/G2K4zDHf@public.gmane.org but the postfix logs on the smtp server show absolutely nothing related to this attempted email. When I s...
2006 Dec 16
1
Big Newbie - FreeBSD Apache2 & Rails?
Hello: I need some basic help. I have a server on which I want to run rails. It''s a freeBSD server with a current port of rails and a lot of other things. I''m a relative unix newbie too so there are some big barriers to entry here: Here''s what I''ve done 1. gem installed ruby 2. gem installed rails 3. gem installed mongrel I''ve also used