Is this in development mode? Rails might be caching your yml file if you're working on production mode.
On 1/26/07, Oliver Coningham <[EMAIL PROTECTED]> wrote: > My config part is at follows: > > mailers: > contact: > subject: Contact Form > from: [EMAIL PROTECTED] > redirect_to: /contact/thank-you/ > recipients: > - [EMAIL PROTECTED] > > But it doesn't seem to make any difference to the subject line? > > Sean Cribbs wrote: > > Oh, I see what you mean. Use the subject: line in your 'config' part, > > just > > as you do for the from, recipients, etc. > > > > Sean > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
