clarify SMTP Relay site option to avoid confusion
This commit is contained in:
@@ -265,7 +265,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-1 align-items-center">
|
<div class="row mb-1 align-items-center">
|
||||||
<Label Class="col-sm-3" For="relay" HelpText="Only specify this option if you have properly configured an SMTP Relay Service to route your outgoing mail. This option will send notifications from the user's email rather than from the Email Sender specified below." ResourceKey="SmtpRelay">Relay Configured? </Label>
|
<Label Class="col-sm-3" For="relay" HelpText="This option will send notifications directly from the user's email rather than from the Email Sender specified below. This option should only be used with an Open Relay (ie. an SMTP server that forwards email to any destination without verifying the sender's identity) or an internal environment where all email is sent from the same domain." ResourceKey="SmtpRelay">Use Open Relay? </Label>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<select id="relay" class="form-select" @bind="@_smtprelay" required>
|
<select id="relay" class="form-select" @bind="@_smtprelay" required>
|
||||||
<option value="True">@SharedLocalizer["Yes"]</option>
|
<option value="True">@SharedLocalizer["Yes"]</option>
|
||||||
|
|||||||
@@ -343,10 +343,10 @@
|
|||||||
<value>Home Page:</value>
|
<value>Home Page:</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SmtpRelay.HelpText" xml:space="preserve">
|
<data name="SmtpRelay.HelpText" xml:space="preserve">
|
||||||
<value>Only specify this option if you have properly configured an SMTP Relay Service to route your outgoing mail. This option will send notifications from the user's email rather than from the Email Sender specified above.</value>
|
<value>This option will send notifications directly from the user's email rather than from the Email Sender specified below. This option should only be used with an Open Relay (ie. an SMTP server that forwards email to any destination without verifying the sender's identity) or an internal environment where all email is sent from the same domain.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SmtpRelay.Text" xml:space="preserve">
|
<data name="SmtpRelay.Text" xml:space="preserve">
|
||||||
<value>Relay Configured?</value>
|
<value>Use Open Relay?</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="SiteMap.HelpText" xml:space="preserve">
|
<data name="SiteMap.HelpText" xml:space="preserve">
|
||||||
<value>The site map url for this site which can be submitted to search engines for indexing. The sitemap is cached for 5 minutes and the cache can be manually cleared.</value>
|
<value>The site map url for this site which can be submitted to search engines for indexing. The sitemap is cached for 5 minutes and the cache can be manually cleared.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user