search for: mydomain_mail

Displaying 1 result from an estimated 1 matches for "mydomain_mail".

Did you mean: mydomain_mailer
2009 Jan 08
4
SMTP settings for action mailer
...requires a valid 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 12...