Skip to content

Commit

Permalink
docs(editor): 📝 Add TLS explanations for smtp config
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 25, 2022
1 parent 9222fcb commit 8c93674
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ export const SmtpConfigForm = ({ config, onConfigChange }: Props) => {
</FormControl>
<SwitchWithLabel
id="Tls"
label={'Use TLS?'}
label={'Secure?'}
initialValue={config.isTlsEnabled ?? false}
onCheckChange={handleTlsCheck}
moreInfoContent="If enabled, the connection will use TLS when connecting to server. If disabled then TLS is used if server supports the STARTTLS extension. In most cases enable it if you are connecting to port 465. For port 587 or 25 keep it disabled."
/>
<FormControl as={HStack} justifyContent="space-between">
<FormLabel mb="0">Port number:</FormLabel>
Expand Down

0 comments on commit 8c93674

Please sign in to comment.