Displaying 2 results from an estimated 2 matches for "registration_confirmation".
2010 Nov 09
3
Rails 3 Action Mailer issue
...,
:user_name => "support-J0of1frlU80@public.gmane.org",
:password => "secret",
:authentication => "plain",
:enable_starttls_auto => true
}
and my mailer class looks like,
class TestMailer < ActionMailer::Base
def registration_confirmation(user)
@user = user
mail(:to => "#{@user.capitalized_name} <#{@user.email}>", :subject
=> "Welcome", :from => ''registration-do-not-reply-J0of1frlU80@public.gmane.org'')
end
end
When the email gets sent, in the console I see that the foll...
2012 Feb 14
6
SMTP problem.
Hey all, well I am trying to send emails to newly created users 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