mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
* Show email warning on apps when settings are not complete closes #693 * refactor email warning logic
5 lines
408 B
Text
5 lines
408 B
Text
<div class="alert alert-warning alert-dismissible">
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>The Email settings have not been configured on this server or store yet. Setting this field will not send emails until then. <a asp-action="Emails" asp-controller="Stores">Configure store email settings</a>
|
|
</div>
|