|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PhillyOnRails] ActionMailer trouble
|
On 11/8/05 11:33 AM, "Ron Lusk" <ronlusk@gmail.com> wrote:
> My thought being that the Rails 0.14 config for mail environment may have
> changed.
Well I added the following to my environment.rb file and it's working again.
ActionMailer::Base.delivery_method = :sendmail
I didn't have this before, but maybe sendmail isn't a default anymore?
Thanks for your help.
~ Mike
--
http://MikeZornek.com
_______________________________________________
talk mailing list
talk@phillyonrails.org
http://lists.phillyonrails.org/mailman/listinfo/talk
|
|