Sendmail not working / Mac OS X
Added by Sam Volchenboum about 12 years ago
OS 10.8
Environment:
Redmine version 2.3.0.stable
Ruby version 1.9.3 (x86_64-darwin10.0.0)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
no plugin installed
configuration.yml
production:
email_delivery:
delivery_method: :sendmail
sendmail works from command line and shows up in /var/log/mail.log
test email appears to work from redmine "An email was sent to <my email>"
however, nothing shows up in /var/log/mail.log when I send from redmine
I also tried async_sendmail and I tried setting the arguments to -i
production.log shows:
Sent email "Redmine test" (227ms)
bcc: <my email>
Any help is appreciated. I've been banging away at this for hours.
Replies (1)
RE: Sendmail not working / Mac OS X
-
Added by Paresh Patel about 12 years ago
hi Friends,
production:
delivery_method: :sendmail
smtp_settings:
address: 127.0.0.1
port: 25
domain: domain.com
user_name: "username@domain.com"
password: "*******"
this above configuration copy and your file paste then only change domain name and username ,pwd
i 100% sure this configuration add then your send mail working
any other problem then reply me