Revert 693e88 since unsuccessfully sent mail shouldnt be marked as sent
This commit is contained in:
@@ -125,6 +125,9 @@ class Send extends Base
|
||||
if ($successful) {
|
||||
$end = time()-$this->start;
|
||||
Log::info(sprintf('%s:- Closing [%s], sent in [%d] with [%s] items',self::LOGKEY,$this->sending->nameas,$end,$this->sending->dbids->count()));
|
||||
|
||||
} else {
|
||||
Log::alert(sprintf('%s:- Closing [%s], file NOT SENT successfully',self::LOGKEY,$this->sending->nameas));
|
||||
}
|
||||
|
||||
$this->sending->close($successful,$node);
|
||||
|
Reference in New Issue
Block a user