The configuration in my environment.rb is the same as here. No
solution
yet…
Is sendmail where rails expects it to be? By default it looks for it
at /usr/sbin/sendmail, you can change that by setting
ActionMailer::Base.sendmail_settings[:location]
Is sendmail where rails expects it to be? By default it looks for it
at /usr/sbin/sendmail, you can change that by setting
ActionMailer::Base.sendmail_settings[:location]
Sometimes port 25/26 is blocked to send email, and some email providers
are refusing to receive email from port 25 that uses localhost smtp.
Yahoo and Gmail are the most email provider that is not too extrem in
filtering incoming email.
Another reason, your email isn’t delivered well is your header or format
of sendemail. Checkout your development.log, if there is 200K OK, or
notification that actionmailer was working but you still cant receive
email. it means that your problem is from your localhost. Maybe your
internet provider is blocking or dont want send you email from localhost
port 25 or 26.
Yahoo and Gmail are the most email provider that is not too extrem in
filtering incoming email.
CORRECTION: Yahoo and Gmail are the most email provider that ARE TOO
extrem in filtering incoming email. Nowdays spam issue is the top issue
in emailing or between email providers.