Skip to content

Commit

Permalink
Show SMTP communication details when testing mail sending - closes #3626
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Dec 27, 2023
1 parent 6d3f1bb commit 828c7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/mailboxes/connection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</span>
</div>
<div class="form-help">{!! __("Make sure to save settings before testing.") !!}</div>
<pre class="alert alert-danger hidden" id="send_test_log"></pre>
<pre class="alert alert-warning hidden" id="send_test_log"></pre>
</div>
</div>
<hr/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/settings/emails.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</span>
</div>
<div class="form-help">{!! __("Make sure to save settings before testing.") !!}</div>
<pre class="alert alert-danger hidden" id="send_test_log"></pre>
<pre class="alert alert-warning hidden" id="send_test_log"></pre>
</div>
</div>

Expand Down

0 comments on commit 828c7b8

Please sign in to comment.