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 => 't...@mgssub.com',
             password => 'mypasswd',
             port => 24,  # or whatever...
             ],

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

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to