mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix: Added binding to 'Reply To' field in email template
This commit is contained in:
@@ -106,7 +106,11 @@
|
||||
tooltip="Set up an SMTP server to edit the sender email"
|
||||
placeholder="Enter sender email"
|
||||
readonly={!isSmtpEnabled} />
|
||||
<InputEmail id="replyTo" label="Reply to" placeholder="noreply@appwrite.io" />
|
||||
<InputEmail
|
||||
bind:value={$emailTemplate.replyTo}
|
||||
id="replyTo"
|
||||
label="Reply to"
|
||||
placeholder="noreply@appwrite.io" />
|
||||
{#if $$slots.default}
|
||||
<li style="margin-block: 1rem;">
|
||||
<p class="text">
|
||||
|
||||
Reference in New Issue
Block a user