in reply to Re: SMTP error messages
in thread SMTP error messages

I tried that code, but the error message still gets put
into the error log and not displayed on the screen.
The following is the error message in the log:
SMTP Failed to connect to mail server: Invalid argument
at C:\Perl\......

Replies are listed 'Best First'.
Re^3: SMTP error messages
by marcussen (Pilgrim) on Apr 03, 2008 at 01:11 UTC

    First things first, if you are going to mention errors, please do include the entire error message as they are usually very helpful. Chances are that the error is generated in an underlying module, such as IO::Socket::INET using warn or die calls and although you can catch them, it is probably not what you want to do.

    I assume you are on a windows web server, these usually should have one of the following options that can help you avoid timeouts:

    • A windows version of sendmail installed
    • A "sendmail alternative" such as blat installed
    • A local smtp server which you can use

    while ( whoring ){ for ( xp ){ grep /the source/,@perlmonks; }}