fix
This commit is contained in:
parent
3589b92ec9
commit
793cae1dfa
@ -24,8 +24,8 @@
|
||||
<div class="flex flex-col gap-2 xl:flex-row">
|
||||
<x-forms.input id="model.extra_attributes.smtp_recipients"
|
||||
placeholder="If empty, all users will be notified in the team."
|
||||
helper="Email list to send the all notifications to, separated by comma." label="Recipient(s)" />
|
||||
<x-forms.input id="model.extra_attributes.smtp_test_recipients" label="Test Notification Recipient(s)"
|
||||
helper="Email list to send the all notifications to, separated by comma." label="Recipients" />
|
||||
<x-forms.input id="model.extra_attributes.smtp_test_recipients" label="Test Notification Recipients"
|
||||
placeholder="If empty, all users will be notified in the team."
|
||||
helper="Email list to send the test notification to, separated by comma." />
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<x-forms.checkbox instantSave id="settings.extra_attributes.smtp_active" label="Enabled" />
|
||||
</div>
|
||||
<div class="flex items-end gap-2">
|
||||
<x-forms.input id="settings.extra_attributes.smtp_test_recipients" label="Test Recipient(s)"
|
||||
<x-forms.input id="settings.extra_attributes.smtp_test_recipients" label="Test Recipients"
|
||||
helper="Email list to send a test email to, separated by comma." />
|
||||
@if ($settings->extra_attributes->smtp_active)
|
||||
<x-forms.button wire:click='test_email'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user