Getting email to work

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
c0mputerking
Posts: 190
Joined: Tue Sep 16, 2008 5:22 am

Getting email to work

Post by c0mputerking »

Hello all i am having a very hard time to get email notification working right now i am getting this error.

Can't send email: Failed to connect to mail server: Invalid argument
at /usr/bin/zmfilter.pl line 956

these are the relevent lines from /usr/bin/zmfilter.pl

954 ### Send the Message
955 MIME::Lite->send( "smtp", ZM_EMAIL_HOST, Timeout=>60 );
956 $mail->send();
}

I have localhost set for ZM_EMAIL_HOST and the ZM_NEW_MAIL_MODULES enabled not being very good at perl do not know what line 956 does really.

PLEASE HELP i will donate :)

ps email is working on this machine i can send email to the outside world using postfix
Post Reply