[Radiant] Newsletter extension config
Andrea Franz
franz.andrea at gmail.com
Sun Jun 1 16:58:41 CDT 2008
> I gather that the default delivery method for action mailer is smtp.
> Replacing the two lines of config given above with the following:
>
> config.action_mailer.delivery_method = :smtp
>
I didn't test the newsletter extensions with the new radiant yet. But
I know that server_settings was renamed to smtp_settings with rails 2.
I should work with:
config.action_mailer.server_settings = {
:address => "smtp.gmail.com"
:port => 587,
:domain => "westportbookfestival.org",
:authentication => :plain,
:user_name => "user",
:password => "pass"
}
Let me know if it works, I'll try it asap.
--
Andrea Franz
http://gravityblast.com - http://nimboo.net
More information about the Radiant
mailing list