add admin dkim translation
This commit is contained in:
parent
773e2da4cc
commit
6cd27d8c80
@ -277,8 +277,12 @@ MAIN_MAIL_ENABLED_USER_DEST_SELECT=Add employee users with email into allowed re
|
|||||||
MAIN_MAIL_SENDMODE=Email sending method
|
MAIN_MAIL_SENDMODE=Email sending method
|
||||||
MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
|
MAIN_MAIL_SMTPS_ID=SMTP ID (if sending server requires authentication)
|
||||||
MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
|
MAIN_MAIL_SMTPS_PW=SMTP Password (if sending server requires authentication)
|
||||||
MAIN_MAIL_EMAIL_TLS= Use TLS (SSL) encryption
|
MAIN_MAIL_EMAIL_TLS=Use TLS (SSL) encryption
|
||||||
MAIN_MAIL_EMAIL_STARTTLS= Use TLS (STARTTLS) encryption
|
MAIN_MAIL_EMAIL_STARTTLS=Use TLS (STARTTLS) encryption
|
||||||
|
MAIN_MAIL_EMAIL_DKIM_ENABLED=Use DKIM to generate email signature
|
||||||
|
MAIN_MAIL_EMAIL_DKIM_DOMAIN=Email Domain for use with dkim
|
||||||
|
MAIN_MAIL_EMAIL_DKIM_SELECTOR=Name of dkim selector
|
||||||
|
MAIN_MAIL_EMAIL_DKIM_PRIVATE_KEY=Private key for dkim signing
|
||||||
MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
|
MAIN_DISABLE_ALL_SMS=Disable all SMS sending (for test purposes or demos)
|
||||||
MAIN_SMS_SENDMODE=Method to use to send SMS
|
MAIN_SMS_SENDMODE=Method to use to send SMS
|
||||||
MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
|
MAIN_MAIL_SMS_FROM=Default sender phone number for SMS sending
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user