- use mail_appdb() instead of mail() for better error handling and to avoid code duplication
- use \r\n as line separator in mail (RFC compliant)
This commit is contained in:
@@ -13,11 +13,9 @@ define("APPDB_THUMBNAIL_HEIGHT","128"); // height of the screenshot's thumbnails
|
||||
define("APPDB_SCREENSHOT_MAXWIDTH","800"); // width of the screenshot's thumbnails
|
||||
define("APPDB_SCREENSHOT_MAXHEIGHT","600"); // height of the screenshot's thumbnails
|
||||
define("APPDB_ROOT", "http://appdb.winehq.org/"); // path to AppDB
|
||||
define("STANDARD_NOTIFY_FOOTER","------- You are receiving this mail because: -------\n".
|
||||
"You are a maintainer of this application or an AppDB administrator\n".
|
||||
"to change your preferences go to: ".APPDB_ROOT."preferences.php\n");
|
||||
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("BUGZILLA_ROOT","http://bugs.winehq.org/"); // path to bugzilla
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user