Hello,
I think you must install sendmail program as you say with the line
/usr/sbin/sendmail.
You can try with sudo apt-get install sendmail
I tried that and now everything is working.
Good luck
Macario Ortega wrote:>
>
> I''ve problems sending mail from my rails app
>
> In the app config/enviroment.rb file I have this settings:
>
> ActionMailer::Base.delivery_method = :sendmail
>
> ActionMailer::Base.sendmail_settings = {
> :location => ''/usr/sbin/sendmail'',
> :arguments => ''-i -t''
> }
>
> I''ve followed this gide:
> http://www.red91.com/articles/2007/11/05/sending-mail-with-rails
>
> But when I try to send mail I get a broken pipe error.
>
> I will apreciate any feedback
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---