Complete rework of packet parsing and packet generation
This commit is contained in:
@@ -41,6 +41,6 @@ class NetmailChannel
|
||||
|
||||
$o = $notification->toNetmail($notifiable);
|
||||
|
||||
Log::info(sprintf('%s:= Sent netmail [%s] to [%s]',self::LOGKEY,$o->msgid,$ao->ftn));
|
||||
Log::info(sprintf('%s:= Sent netmail (%d) [%s] to [%s]',self::LOGKEY,$o->id,$o->msgid,$ao->ftn));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user