SMTP server port (usually 587 or 465)
++ Comma-separated list of email addresses to send notifications to +
+{m.notifications_email_smtp_port_help()}
-{m.notifications_email_to_addresses_help()}
-{m.notifications_email_smtp_port_help()}
+{m.notifications_email_to_addresses_help()}
+{m.notifications_email_to_addresses_help()}
-{m.notifications_email_smtp_port_help()}
@@ -365,6 +370,7 @@ label={m.notifications_email_username_label()} placeholder={m.notifications_email_username_placeholder()} type="text" + autocomplete="off" helpText={m.notifications_email_username_help()} /> @@ -374,6 +380,7 @@ label={m.notifications_email_password_label()} placeholder={m.notifications_email_password_placeholder()} type="password" + autocomplete="new-password" helpText={m.notifications_email_password_help()} /> @@ -384,6 +391,7 @@ label={m.notifications_email_from_address_label()} placeholder={m.notifications_email_from_address_placeholder()} type="email" + autocomplete="off" helpText={m.notifications_email_from_address_help()} /> @@ -393,6 +401,7 @@ id="to-addresses" bind:value={$formInputs.emailToAddresses.value} disabled={isReadOnly} + autocomplete="off" placeholder={m.notifications_email_to_addresses_placeholder()} rows={2} /> From 6e62118ac38794b08b2ed193eaa43ebb7f88c671 Mon Sep 17 00:00:00 2001 From: Kyle Mendell
|
Your email setup is working correctly! |