but you are using :smtp
not
:sendmail

which you said you started, perhaps you don't have smtp working?

is anything listening on port 25?

netstat -f inet -an |grep LISTEN


On Jan 8, 2009, at 6:57 PM, eydelber z wrote:

Hi,
I would like to get an email any time a comment is posted. I did the
following but it doesn't work:
* Started sendmail on the same box. I know it works because I use
Mantis bug tracker which sends emails fine.
* Moved config/mail.yml.example to config/mail.yml
* Updated mail.yml to:
method: :smtp
settings:
 :address: localhost
 :port:    25
 :domain:  mydomain.com
 :authentication:  :login
 :user_name:
 :password:
* In the typo admin console, set my email address in Settings ->
Feedback -> Notification

No errors in log/production.log

Thanks,
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to