Set packed boolean when packing Netmail's is successful
This commit is contained in:
@@ -96,6 +96,8 @@ final class Netmail extends Model implements Packet
|
||||
|
||||
$o->via = $via;
|
||||
|
||||
$o->packed = TRUE;
|
||||
|
||||
} catch (\Exception $e) {
|
||||
Log::error(sprintf('%s:Error converting netmail [%s] to a message (%d:%s)',self::LOGKEY,$this->id,$e->getLine(),$e->getMessage()));
|
||||
dump($this);
|
||||
|
Reference in New Issue
Block a user