When I was testing my app on my development machine, I had my app configured to send email via SMTP. When I deployed it to the host (site5), email stopped working.
Changing the email protocol in my environment.rb file to sendmail fixed this issue.
environment.rb:
... Ericbt::Application.configure do ... config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :sendmail end # Initialize the rails application Ericbt::Application.initialize! ...
| Name | Comment | URL | Date/Time |
| daniela | Thanks - always used smtp in the past, now didn't work, but ok with sendmail... | November 11, 2012 |
| Title | Date |
| Node.js + Express: How to Block Requests by User-Agent Headers | January 7, 2026 |
| Vault 3 is Now Available for Windows on ARM Machines! | December 13, 2025 |
| Vault 3: How to Include Outline Text in Exported Photos | October 26, 2025 |
| .NET Public-Key (Asymmetric) Cryptography Demo | July 20, 2025 |
| Raspberry Pi 3B+ Photo Frame | June 17, 2025 |
| EBTCalc (Android) Version 1.53 is now available | May 19, 2024 |
| Vault 3 Security Enhancements | October 24, 2023 |