Skip to content

Commit adfa0e2

Browse files
committed
Fixed spec email address
1 parent 42aa43a commit adfa0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ function fromCamelCaseToDash($input)
517517
'contact' => [
518518
'name' => 'Appwrite Team',
519519
'url' => 'https://appwrite.io/support',
520-
'email' => APP_EMAIL_TEAM,
520+
'email' => $request->getServer('_APP_SYSTEM_EMAIL_ADDRESS', APP_EMAIL_TEAM),
521521
],
522522
'license' => [
523523
'name' => 'BSD-3-Clause',

0 commit comments

Comments
 (0)