From 5a06cb4684e0096e593fc4637ada6ae7de51da90 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 21:06:22 +0000 Subject: [PATCH] elofgren: Add note 'The constant 'BOUNCE_EMAIL' should be defined as a valid email address for where bounces should be returned to.' because I was unsure what BOUNCE_EMAIL should be set to until I found reference to it on: http://doc.silverstripe.com/assets/classes/default/_sapphire_core_Email_php.html (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41939 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Email.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Email.php b/core/Email.php index c1248de36..8756f7b25 100755 --- a/core/Email.php +++ b/core/Email.php @@ -2,6 +2,7 @@ define('X_MAILER', 'SilverStripe Mailer - version 2006.06.21 (Sent from "'.$_SERVER['SERVER_NAME'].'")'); +// Note: The constant 'BOUNCE_EMAIL' should be defined as a valid email address for where bounces should be returned to. /** * Class to support sending emails. */