Re: [Radiant] Radiant Mailer Extension - Clarification on what needs to go into the SMTP settings

2012-12-27 Thread Marshal Linfoot
Hi Prism. Here's the configuration I use on my Radiant site. I use Google for sending/receiving email from the site, the Gmail account is "gmail_user" and the password for signing into that account to read email is "gmail_pass". ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.raise_

[Radiant] Radiant Mailer Extension - Clarification on what needs to go into the SMTP settings

2012-12-26 Thread prism
Sorry this is really daft but I am confused as to what goes into the bolded fields: * :address => "mail.domain.com", :domain => "domain.com",* :port => 25, * :user_name => "xx", :password => "xx",* :authentication => :plain I've t