in reply to Re: Mail::Sender issue
in thread Mail::Sender issue

Thanks but no, I managed to do Mail::Sender->new() just fine, which is where i specified the smtp server.

Replies are listed 'Best First'.
Re: Re: Re: Mail::Sender issue
by suaveant (Parson) on May 04, 2001 at 21:40 UTC
    but did you specify the port, or let it use the default?
                    - Ant
      the default. i will give it a try
      would that be smtp=>'smtp.myserver.com:25'? i don't see a way to explicitly set the port.
        well, that didn't work, wound up with a server not found. thanks though. I think my problem may lie elsewhere.
        I thought there was... I am still looking... smtp=>'smtp.myserver.com:25' should work...
                        - Ant
        actually, :25 does not work, I just tested it... putting port => 25, into the new does work, though... undocumented...

        but also, like I said... chances are its not the problem you are having...
                        - Ant