Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
Binyamin Yawitz
2024-08-05 15:46:23 -04:00
committed by GitHub
parent e12e28c1f1
commit 18a519f32d
+1 -1
View File
@@ -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' => ''