Reinstalled Mailer Extension from new URL. Referring to howto, on the
wiki.radiantcms, editing the config/environment.rb.
The HOWTO says to:
remove :action_mailer from the list
# Skip frameworks you're not going to use
config.frameworks -= [ :action_web_service ]
Which I did.
Now, add the following configuration parameters (put it at the end of
the file, just before the line that reads require "status")
Reviewing the complete file, with this Mailer Extension, there is no line
"require status"
Configure ActionMailer for Mailer extension
ActionMailer::Base.smtp_settings = {
:address => "your.smtp.server",
:port => 25,
:domain => "your.domain"
}
I am using Google Apps for mail and was wondering how to mod the above
section. Searching through the RadiantCMS archives and code base, I am
unable to find any reference to
Mailer and Gmail.
After some googling (I know, it's a brand, not a verb) I found this
=> http://tinyurl.com/yqzkyy
Is this the solution or does RadiantCMS need something else?
Thanks in advance, any help appreciated.
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant