On Tue, 08 May 2007 12:59:27 -0500, Sean Cribbs wrote:
> You can change the transport method in config/environment.rb or > config/production.rb (assuming you're running in production). This page > has more information on configuring ActionMailer: Actually that doesn't seem to work due to the hack in mailer_page.rb. I've solved it by setting the ActionMailer::Base.delivery_method just before the deliver_generic_mailer is used. This seems to work fine (and I already had done the same thing for the 0.5.2 plugin. Kind regards, Hans _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
