Use separate setting for the email sender address. This allows the appdb emails to be sent

from a different address than the default one. Use the sender address to point email
responses to the new noreply address.
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-05-12 16:30:32 +00:00
committed by WineHQ
parent 25edd78c73
commit 6b7b9add74
2 changed files with 4 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ define("APPDB_ROOT", "http://appdb.winehq.org/"); // path to AppDB
define("APPDB_OWNER","WineHQ"); // with what product/company is this AppDB related ?
define("APPDB_OWNER_URL","http://www.winehq.org/"); // website of this product/company
define("APPDB_OWNER_EMAIL","appdb@winehq.org"); // e-mail of this product/company
define("APPDB_SENDER_EMAIL","appdb-noreply@winehq.org"); // The e-mail address which appears as the sender in mails sent by the AppDB
define("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla
// AppDB developers: Use this define to disable email from being sent from the appdb during testing