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

would that be smtp=>'smtp.myserver.com:25'? i don't see a way to explicitly set the port.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Mail::Sender issue
by AidanLee (Chaplain) on May 04, 2001 at 21:45 UTC
    well, that didn't work, wound up with a server not found. thanks though. I think my problem may lie elsewhere.
Re: Re: Re: Re: Re: Mail::Sender issue
by suaveant (Parson) on May 04, 2001 at 21:45 UTC
    I thought there was... I am still looking... smtp=>'smtp.myserver.com:25' should work...
                    - Ant
Re: Re: Re: Re: Re: Mail::Sender issue
by suaveant (Parson) on May 04, 2001 at 21:56 UTC
    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

      well, it didn't make things any worse :)

      thanks for trying