fix(ui): change default option value

This commit is contained in:
rustmailer
2025-08-13 10:44:53 +08:00
parent 472cbea2f7
commit 53db0a5de4
@@ -187,7 +187,7 @@ const defaultValues: Account = {
imap: {
host: "",
port: 993,
encryption: 'StartTls',
encryption: 'Ssl',
auth: {
auth_type: 'Password',
password: undefined,
@@ -197,7 +197,7 @@ const defaultValues: Account = {
smtp: {
host: "",
port: 465,
encryption: 'StartTls',
encryption: 'Ssl',
auth: {
auth_type: 'Password',
password: undefined,