[Cruisecontrolrb-users] Email notifications are beating me...
Bryan Noll
bwnoll at gmail.com
Fri Oct 26 15:41:14 EDT 2007
So I must've been fat fingering something earlier... because I got the gmail
smtp stuff working with the following. I'm still having issues with our
internal smpt server. I'll keep banging on that and report back here
if/when I figure it out.
Thanks for the help...
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => "gmail.com",
:authentication => :plain,
:user_name => "the_username",
:password => "the_password"
}
--
View this message in context: http://www.nabble.com/Email-notifications-are-beating-me...-tf4698631.html#a13434132
Sent from the CruiseControl.rb - Users mailing list archive at Nabble.com.
More information about the Cruisecontrolrb-users
mailing list