in reply to Re^3: Net::SMTP - Connection to local MTA refused
in thread Net::SMTP - Connection to local MTA refused

That would be necessary if the form mailer sent its data through the submission port (587/tcp). However, I'm sending this through port 25 which doesn't require authentication (it's normally used so that other MTAs can connect, but localhost is allowed to send there, too).

  • Comment on Re^4: Net::SMTP - Connection to local MTA refused