From 18a519f32da00c8462c47d4ea350bbf307b663bf Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:46:23 -0400 Subject: [PATCH] typo Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 03d99d3ec2..7d3161107c 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -146,7 +146,7 @@ return [ 'name' => '_APP_SYSTEM_EMAIL_ADDRESS', 'description' => 'This is the sender email address that will appear on email messages sent to developers from the Appwrite console. The default value is \'noreplay@appwrite.io\'. You should choose an email address that is allowed to be used from your SMTP server to avoid the server email ending in the users\' SPAM folders.', 'introduction' => '0.7.0', - 'default' => 'noreplay@appwrite.io', + 'default' => 'noreply@appwrite.io', 'required' => false, 'question' => '', 'filter' => ''