Skip to content

Commit

Permalink
Merge pull request #548 from appwrite/fix-6203-fix-disable-custom-smt…
Browse files Browse the repository at this point in the history
…p-settings

fix: can't disable smtp
  • Loading branch information
TorstenDittmann authored Sep 14, 2023
2 parents 8fed295 + 4d4ed72 commit 901f70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
async function updateSmtp() {
try {
if (!enabled) {
enabled = undefined;
enabled = false;
senderName = undefined;
senderEmail = undefined;
replyTo = undefined;
Expand Down

1 comment on commit 901f70f

@vercel
Copy link

@vercel vercel bot commented on 901f70f Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.