feat: allow selecting tls or ssl for email notifications (#237)
This commit is contained in:
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "Tage bevor",
|
||||
"smtp_address" => "SMTP Adresse",
|
||||
"port" => "Port",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP Benutzername",
|
||||
"smtp_password" => "SMTP Passwort",
|
||||
"from_email" => "Absender E-Mail Adresse (optional)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "ημέρες πριν",
|
||||
"smtp_address" => "SMTP Address",
|
||||
"port" => "Θύρα",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP χρήστης",
|
||||
"smtp_password" => "SMTP κωδικός",
|
||||
"from_email" => "Από (Προαιρετικό)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "days before",
|
||||
"smtp_address" => "SMTP Address",
|
||||
"port" => "Port",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP Username",
|
||||
"smtp_password" => "SMTP Password",
|
||||
"from_email" => "From email (Optional)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "días antes",
|
||||
"smtp_address" => "Dirección SMTP",
|
||||
"port" => "Puerto",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "Nombre de usuario SMTP",
|
||||
"smtp_password" => "Contraseña SMTP",
|
||||
"from_email" => "Correo electrónico de origen (Opcional)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "jours avant",
|
||||
"smtp_address" => "Adresse SMTP",
|
||||
"port" => "Port",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "Nom d'utilisateur SMTP",
|
||||
"smtp_password" => "Mot de passe SMTP",
|
||||
"from_email" => "De l'adresse courriel (facultatif)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "日前",
|
||||
"smtp_address" => "SMTPアドレス",
|
||||
"port" => "ポート番号",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTPユーザー名",
|
||||
"smtp_password" => "SMTPパスワード",
|
||||
"from_email" => "送信元アドレス (オプション)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "dias antes",
|
||||
"smtp_address" => "Endereço SMTP",
|
||||
"port" => "Porto",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "Utilizador SMTP",
|
||||
"smtp_password" => "Password SMTP",
|
||||
"from_email" => "Email de envio (Opcional)",
|
||||
|
||||
@@ -109,6 +109,8 @@ $i18n = [
|
||||
"days_before" => "dias antes",
|
||||
"smtp_address" => "Endereço SMTP",
|
||||
"port" => "Porta",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "Usuário SMTP",
|
||||
"smtp_password" => "Senha SMTP",
|
||||
"from_email" => "Email de envio (Opcional)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "günler önce",
|
||||
"smtp_address" => "SMTP Adresi",
|
||||
"port" => "Port",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP Kullanıcı Adı",
|
||||
"smtp_password" => "SMTP Şifresi",
|
||||
"from_email" => "Gönderen e-posta (İsteğe bağlı)",
|
||||
|
||||
@@ -118,6 +118,8 @@ $i18n = [
|
||||
"days_before" => "天",
|
||||
"smtp_address" => "SMTP 地址",
|
||||
"port" => "端口",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP 用户名",
|
||||
"smtp_password" => "SMTP 密码",
|
||||
"from_email" => "发件人邮箱(可选)",
|
||||
|
||||
@@ -111,6 +111,8 @@ $i18n = [
|
||||
"days_before" => "天",
|
||||
"smtp_address" => "SMTP 信箱地址",
|
||||
"port" => "連接埠",
|
||||
"tls" => "TLS",
|
||||
"ssl" => "SSL",
|
||||
"smtp_username" => "SMTP 使用者名稱",
|
||||
"smtp_password" => "SMTP 密碼",
|
||||
"from_email" => "寄件人信箱(可選)",
|
||||
|
||||
Reference in New Issue
Block a user