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.
1 parent 70343d2 commit fb3e9b7Copy full SHA for fb3e9b7
resources/views/components/config/config.blade.php
@@ -339,6 +339,7 @@ function text($key){
339
</div></div>
340
<input type="hidden" name="_token" value="{{csrf_token()}}">
341
<div style="max-width: 600px; padding-left: 20px;">
342
+<br><h5>Custom SMTP server:</h5>
343
<label style="margin-top:15px">Host</label>
344
<input type="text" class="form-control" name="MAIL_HOST" value="{{EnvEditor::getKey('MAIL_HOST')}}" />
345
<label style="margin-top:15px">Port</label>
0 commit comments