Skip to content
Snippets Groups Projects
Commit 01fd9248 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #23044 TIME 0:05 add useSMTPAuth description

parent 00b71ade
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
<div class="col-md-8" style="margin-bottom: 10px;"> <div class="col-md-8" style="margin-bottom: 10px;">
<mat-slide-toggle color="primary" name="canUseIt" <mat-slide-toggle color="primary" name="canUseIt"
[(ngModel)]="sendmail.useSMTPAuth" [(ngModel)]="sendmail.useSMTPAuth"
[title]="'lang.useSMTPAuthDesc' | translate"
[disabled]="['smtp', 'mail'].indexOf(sendmail.type) == -1 || !sendmail.useSMTPAuth"> [disabled]="['smtp', 'mail'].indexOf(sendmail.type) == -1 || !sendmail.useSMTPAuth">
{{'lang.useSMTPAuth' | translate}} {{'lang.useSMTPAuth' | translate}}
</mat-slide-toggle> </mat-slide-toggle>
......
...@@ -2612,5 +2612,6 @@ ...@@ -2612,5 +2612,6 @@
"deleteField": "Delete field", "deleteField": "Delete field",
"workflowSignatoryRole": "Signatory role", "workflowSignatoryRole": "Signatory role",
"mandatory_final": "Mandatory at the end of the workflow", "mandatory_final": "Mandatory at the end of the workflow",
"useSMTPAuth": "Allow sending with these credentials" "useSMTPAuth": "Allow sending with these credentials",
"useSMTPAuthDesc": "Allow automatic failover to credentials on send error"
} }
...@@ -2617,5 +2617,6 @@ ...@@ -2617,5 +2617,6 @@
"signatureMode": "Mode de signature", "signatureMode": "Mode de signature",
"chooseMode": "Choisissez un mode", "chooseMode": "Choisissez un mode",
"finish": "Terminer", "finish": "Terminer",
"useSMTPAuth": "Autoriser l'envoi avec ces informations d'authentification" "useSMTPAuth": "Autoriser l'envoi avec ces informations d'authentification",
"useSMTPAuthDesc": "Autoriser le basculement automatique vers les informations d'identification en cas d'erreur d'envoi"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment