better smtp setup, allow local sendmail, add secure flag, auth not required

This commit is contained in:
lesion
2022-06-23 13:07:46 +02:00
parent b436ff4772
commit 1862e0cb60
4 changed files with 65 additions and 26 deletions

View File

@@ -229,10 +229,13 @@
"new_announcement": "New announcement",
"show_smtp_setup": "Email settings",
"smtp_hostname": "SMTP Hostname",
"smtp_port": "SMTP Port",
"smtp_secure": "SMTP Secure (TLS or STARTTLS)",
"smtp_description": "<ul><li>Admin should receive an email when anon event is added (if enabled).</li><li>Admin should receive email of registration request (if enabled).</li><li>User should receive an email of registration request.</li><li>User should receive email of confirmed registration.</li><li>User should receive a confirmation email when subscribed directly by admin.</li><li>Users should receive email to restore password when they forgot it</li></ul>",
"smtp_test_success": "A test email is sent to {admin_email}, please check your inbox",
"smtp_test_button": "Send a test email",
"admin_email": "Admin e-mail",
"smtp_use_sendmail": "Use sendmail",
"sender_email": "Sender e-mail",
"widget": "Widget",
"wrong_domain_warning": "The baseurl configured in config.json <b>({baseurl})</b> differs from the one you're visiting <b>({url})</b>",
"new_collection": "New collection",