Could somebody help me and please tell me how to fix this ns_sendmail
error that always happens when my server tries to email anything. The
emails always make it out but I get this error in my logs everytime:
[02/Mar/2002:08:04:23]
Error: Expected a 220 status line; got:
Expected a 220 status line; got:
while executing
"_ns_sendmail $smtp $smtpport $timeout $tolist $bcclist $from
$subject $body $extraheaders"
(procedure "ns_sendmail" line 58)
invoked from within
"ns_sendmail $person $system_owner "Errors on [ad_system_name]"
$errors"
(procedure "wd_mail_errors" line 14)
invoked from within
"wd_mail_errors"
("eval" body line 1)
invoked from within
"eval [concat [list $proc] $args]"
(procedure "ad_run_scheduled_proc" line 43)
invoked from within
"ad_run_scheduled_proc {f f 900 wd_mail_errors {} 1015016663 0 t}"
Notice: Running scheduled proc process_email_queue...
I can't seem to figure it out and the ns_sendmail documentation doesn't
say anything really. Thanks.
-Jason Tauber