diff --git a/app/Models/EmailNotificationSettings.php b/app/Models/EmailNotificationSettings.php index 640a44b7a..ae118986f 100644 --- a/app/Models/EmailNotificationSettings.php +++ b/app/Models/EmailNotificationSettings.php @@ -40,6 +40,7 @@ class EmailNotificationSettings extends Model protected $casts = [ 'smtp_enabled' => 'boolean', 'smtp_from_address' => 'encrypted', + 'smtp_from_name' => 'encrypted', 'smtp_recipients' => 'encrypted', 'smtp_host' => 'encrypted', 'smtp_port' => 'integer',