Skip to content

Commit 0107378

Browse files
committed
Update config.blade.php
1 parent 8417bf3 commit 0107378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/config/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function text($key){
351351
<input value="smtp" name="type" style="display:none;" type="text" class="form-control form-control-lg" required>
352352
<input value="smtp" name="entry" style="display:none;" type="text" class="form-control form-control-lg" required>
353353
<h5 style="margin-top:50px">Use built in SMTP server</h5>
354-
<p class="text-muted">Uses SMTP server provided by LinkStack. Might not be 100% reliable. Some errors may occur.</p>
354+
<p class="text-muted">Uses SMTP server provided by LinkStack. Might not be 100% reliable. Has to be disabled in order to user a custom SMTP server.<br>(Save changes with 'Apply changes' below)</p>
355355
<div class="input-group">
356356
<div class="mb-3 form-check form-switch toggle-btn"><input name="toggle" class="switch toggle-btn" type="checkbox" id="toggle-smtp" <?php if(EnvEditor::getKey('MAIL_MAILER') != 'built-in'){echo '/>';}else{echo 'checked>';} ?> <label for="toggle-smtp" class="form-check-label">Enable</label></div>
357357
</div></div>

0 commit comments

Comments
 (0)