We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ce26ca + c4175c2 commit 8aa6f58Copy full SHA for 8aa6f58
app/code/Magento/Backend/etc/adminhtml/system.xml
@@ -323,7 +323,8 @@
323
</field>
324
<field id="port" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
325
<label>Port (25)</label>
326
- <comment>For Windows server only.</comment>
+ <validate>validate-digits validate-digits-range digits-range-0-65535</validate>
327
+ <comment>Please enter at least 0 and at most 65535 (For Windows server only).</comment>
328
329
<field id="set_return_path" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
330
<label>Set Return-Path</label>
0 commit comments