Enable UTF8 encoding to/from as well in messages

This commit is contained in:
Deon George
2021-12-01 22:45:51 +11:00
parent f1780e61ea
commit 3a1c6d55c6
6 changed files with 51 additions and 33 deletions

View File

@@ -18,6 +18,8 @@ final class Netmail extends Model implements Packet
use SoftDeletes,UseMongo,EncodeUTF8;
private const cast_utf8 = [
'to',
'from',
'subject',
'msg',
'origin',