in reply to Mail::Sender issue

I don't know if this is your problem, but I had a problem with Mail::Sender once that was caused from not having the port for smtp specified in /etc/services, but it worked if I passed the port (25) in to the object myself... try that. Granted there is a good chance that is not yor problem...
                - Ant

Replies are listed 'Best First'.
Re: Re: Mail::Sender issue
by AidanLee (Chaplain) on May 04, 2001 at 21:39 UTC
    Thanks but no, I managed to do Mail::Sender->new() just fine, which is where i specified the smtp server.
      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.