search for: sendmail_settings

Displaying 2 results from an estimated 2 matches for "sendmail_settings".

2009 Feb 26
1
Line breaks removed from ActionMailer template
...d, of course my template has line breaks in it, separating lines and paragraphs. I''m on OS X 10.5.6, using sendmail. Settings inside config/ environments/develpment.rb: config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :sendmail config.action_mailer.sendmail_settings = { :location => ''/usr/sbin/ sendmail'', :arguments => ''-i -t''} config.action_mailer.perform_deliveries = true I''m writing the template in TextMate and have tried all three line- ending types: LF CRLF CR I''ve even tried via SMTP on anothe...
2008 Apr 20
10
Actionmailer not working [no errors]
hi, I have a little problem with actionmailer 2.0.2 The problem is that I am trying to send mails and development.log says that everything is ok but I can''t find any mails in my mailbox. I checked my sendmail with PHP function "mail()" - works nice. /var/log/mail.log don''t drop any lines when sending mails with actionmailer. So in conclusion no errors and no way to