Hello,
So (re: the last post) to create email addresses in Google Apps, even though the MX records for your domain are set to Google Apps, you have to create the email address in your cPanel here at HostingRails first?
I'm wondering about all of this as well. I would like to use Google Apps with my domain, but I'm unsure of how that will affect my ability to send emails via rails. Part of my ActionMailer setup in environment.rb is:
ActionMailer::Base.smtp_settings = {
:address => "mail.mydomain.com",
# other stuff
}
Should I switch the address paramter to the Google Apps address, or leave it as is? Also, I have:
ActionMailer::Base.delivery_method = :smtp
Should :smtp be changed to :sendmail when I make the switch?
Thanks!
2008-04-03 08:21 PM