Hi all, I have been googline/searching all day for this problem but I can not find an answer
We setup a local version an emailing works fine, even with mailcatcher and all, but for some reason the production server also tries to link to the localhost-port 1025 but in all the configgiles I tried to setup SMTP thru google or use sendmail on the server.
I keep getting this error:
Connection refused - connect(2) for β127.0.0.1β port 1025
Extracted source (around line #12)
def deliver_now(message)
message.deliver_now
end
end
Anyone any thoughts?
Thnx!
Michiel