Dennis G. Wicks wrote:
But I think I have discovered the problem. The SMTP server requires a non-standard port. I have searched the doc and I don't find anything that tells me how to pass a port # to the module. Anybody know how to do
that?

I don't; the below suggestion is merely a shot in the dark.

         mailer_args => [
             Host => 'smtpout.secureserver.net',
             username => '[email protected]',
             password => 'mypasswd',
             port => 24,  # or whatever...
             ],

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to