mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
remove tls for smtp and add method for getting primary URL
This commit is contained in:
@@ -41,12 +41,6 @@ export const customSmtp = Config.of<ConfigSpecOf<SmtpValue>, never, never>({
|
||||
required: false,
|
||||
masked: true,
|
||||
}),
|
||||
tls: Value.toggle({
|
||||
name: "Require Transport Security",
|
||||
default: true,
|
||||
description:
|
||||
"Require TLS transport security. If disabled, email will use plaintext by default and TLS via STARTTLS <strong>if the SMTP server supports it</strong>. If enabled, email will refuse to connect unless the server supports STARTTLS.",
|
||||
}),
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user