|
@@ -48,6 +48,8 @@ Category_Description_EDIR_SETTINGS=NetIQ eDirectory specific settings.
|
|
|
Category_Description_EMAIL=<p>Configuration settings for all sent emails. The settings for the email body configuration are for both plaintext and HTML. We encourage that for each configured setting and locale for the email body, that you configure both plaintext and HTML. @PwmAppName@ delivers the email in both formats and the email client can choose which to display.</p> <p>Email definitions might use macros. For more information about macros, see the "View" menu "Show Macro Help".</p>
|
|
|
Category_Description_EMAIL_SETTINGS=
|
|
|
Category_Description_EMAIL_TEMPLATES=
|
|
|
+Category_Description_EMAIL_PROFILES=Multiple Email Settings
|
|
|
+#Categoty_Description_EMAIL_SETTING=Email settings
|
|
|
Category_Description_FORGOTTEN_USERNAME=Allows a user to search for a forgotten user name using a configurable search filter and attributes.
|
|
|
Category_Description_GENERAL=General settings for the application. Settings here control the functionality and behavior of the system overall.
|
|
|
Category_Description_GUEST=Note\: The guest user registration module requires that the logged in user has sufficient permissions to create users and if so configured, to check for duplicate values.
|
|
@@ -145,6 +147,8 @@ Category_Label_EDIR_SETTINGS=eDirectory Settings
|
|
|
Category_Label_EMAIL=Email
|
|
|
Category_Label_EMAIL_SETTINGS=Email Settings
|
|
|
Category_Label_EMAIL_TEMPLATES=Email Templates
|
|
|
+Category_Label_EMAIL_PROFILES=Multiple Email Server Settings
|
|
|
+#Category_Label_EMAIL_SETTING=Email Settings
|
|
|
Category_Label_FORGOTTEN_USERNAME=Forgotten User Name
|
|
|
Category_Label_GENERAL=Application
|
|
|
Category_Label_GUEST=Guest Registration
|
|
@@ -324,6 +328,14 @@ Setting_Description_email.pwExpirationNotice=Email sent to users to notify the u
|
|
|
Setting_Description_email.queueMaxAge=Specify the maximum age (in seconds) an email can wait in the send queue. If an email is in the send queue longer than this time, @PwmAppName@ discards it. Emails only persist in the send queue if there is an IO or network error to the SMTP server while sending the email.
|
|
|
Setting_Description_email.sendpassword=Define this template to send an email during forgotten password reset process if you enabled the send password functionality.
|
|
|
Setting_Description_email.sendUsername=Define this template to send an email for the forgotten user name process.
|
|
|
+
|
|
|
+Setting_Description_email.profile.list=Email profiles for multiple email servers.
|
|
|
+Setting_Description_email.smtp.addresses=Specify an SMTP server address that sends the emails @PwmAppName@ generates. Removing this setting prevents @PwmAppName@ from sending any emails. Ensure that the server specified here allows relaying. For best results, use a local SMTP server.
|
|
|
+Setting_Description_email.smtp.ports=Specify the network port number for the SMTP server.
|
|
|
+Setting_Description_email.smtp.usernames=Specify an SMTP user that logs in to the SMTP server so that it can send the emails @PwmAppName@ generates. A blank value here sends SMTP messages without authentication.
|
|
|
+Setting_Description_email.smtp.userpasswords=Specify the password for the SMTP user. A blank value here sends SMTP messages without authentication.
|
|
|
+Setting_Description_email.default.fromAddresses=Specify a default From Address for the email templates.
|
|
|
+
|
|
|
Setting_Description_email.smtp.address=Specify an SMTP server address that sends the emails @PwmAppName@ generates. Removing this setting prevents @PwmAppName@ from sending any emails. Ensure that the server specified here allows relaying. For best results, use a local SMTP server.
|
|
|
Setting_Description_email.smtp.advancedSettings=Add Name/Value settings to control the behavior of the mail agent. Available settings are defined as part of the <a href\="https\://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html">JavaMail API</a>. The settings must be in "name\=value" format, where name is the key value of a valid JavaMail API setting.
|
|
|
Setting_Description_email.smtp.port=Specify the network port number for the SMTP server.
|
|
@@ -810,6 +822,14 @@ Setting_Label_email.pwExpirationNotice=Password Expiration Notification Email
|
|
|
Setting_Label_email.queueMaxAge=Maximum Email Queue Age
|
|
|
Setting_Label_email.sendpassword=Send Password Email
|
|
|
Setting_Label_email.sendUsername=Send User Name Email
|
|
|
+
|
|
|
+Setting_Label_email.profile.list=SMTP Email Profiles
|
|
|
+Setting_Label_email.smtp.addresses=SMTP Email Server Address
|
|
|
+Setting_Label_email.smtp.ports=SMTP Email Server Port
|
|
|
+Setting_Label_email.smtp.usernames=SMTP Email Server User Name
|
|
|
+Setting_Label_email.smtp.userpasswords=SMTP Email Server Password
|
|
|
+Setting_Label_email.default.fromAddresses=Default From Address
|
|
|
+
|
|
|
Setting_Label_email.smtp.address=SMTP Email Server Address
|
|
|
Setting_Label_email.smtp.advancedSettings=SMTP Email Advanced Settings
|
|
|
Setting_Label_email.smtp.port=SMTP Email Server Port
|