search for: send_my_email

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

2005 Dec 15
1
Problem with ActionMailer -- which looks really cool!
Whatever I do to try to connect including trying different ISPs, I get the same errors, here they are: Errno::ECONNREFUSED in Events#send_my_email Connection refused - connect(2) Application Trace | Framework Trace | Full Trace /Applications/Locomotive/Bundles/rails-0.14.1-min.bundle/Contents/ Resources/ports/lib/ruby/1.8/net/protocol.rb:83:in `initialize'' /Applications/Locomotive/Bundles/rails-0.14.1-min.bundle/Contents/ Resource...
2005 Dec 15
5
Action Mailer - connection refused - connect(2)
...canada.com" } ActionMailer::Base.perform_deliveries = true # alternative was false ActionMailer::Base.default_charset = "utf-8" I have created the mail successfully because I can display it in my browser. But when I try to send it I get this error: Errno::ECONNREFUSED in Events#send_my_email Connection refused - connect(2) My mail account does not require authentication. I also tried using the sendmail option but got the same error. I also tried a different mail account I have (dot mac) and received the same error. Any ideas where I should begin looking? bruce __________...