diff --git a/code/web/sys/Email/SMTPSetting.php b/code/web/sys/Email/SMTPSetting.php index f9b53a81c7..ab166a9b78 100644 --- a/code/web/sys/Email/SMTPSetting.php +++ b/code/web/sys/Email/SMTPSetting.php @@ -28,7 +28,6 @@ public static function getObjectStructure($context = ''): array { 'type' => 'text', 'label' => 'Server name', 'description' => 'The name of the server', - 'default' => 'heyo', 'required' => true, ], 'host' => [