Gossamer Forum
Quote Reply
Won't send expiry emails
Hello,

Having a bit of a problem and need some help with the following:


Unable to send mail: Unable to send email: Internal software error at /hsphere/local/home/hamp/hamp.com/cgi-bin/links/admin/Links/Payment.pm line 1515.

0 emails were sent.


$GT::Mail::error ||= ''; # Silence -w
(Line 1515) GT::Mail->send(
%$head,
smtp => $CFG->{db_smtp_server},
sendmail => $CFG->{db_mail_path},
debug => $Links::DEBUG
) or warn "Unable to send mail: $GT::Mail::error";
if (!$GT::Mail::error) {
$db_link->update({ ExpiryNotify => $notified }, GT::SQL::Condition->new(ID => 'IN' => \@ids));
$count++ ;
}
}
return $count;
}



Thanks in Advance for your help
Subject Author Views Date
Thread Won't send expiry emails rascal 1733 Apr 2, 2005, 6:31 PM
Post Re: [rascal] Won't send expiry emails
rascal 1616 Apr 3, 2005, 6:12 PM