mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-09-05 08:01:06 +00:00
fix(ui): change default option value
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user