From 244de1df8563dcd030245b251651d9f4a67b49eb Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 22 Nov 2010 12:58:51 -0500 Subject: [PATCH] Adding a comment about the messageId property and shells. Refs #1303 --- cake/libs/controller/components/email.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cake/libs/controller/components/email.php b/cake/libs/controller/components/email.php index 233945f53..52451fda1 100755 --- a/cake/libs/controller/components/email.php +++ b/cake/libs/controller/components/email.php @@ -261,6 +261,9 @@ class EmailComponent extends Object{ * it be handled by sendmail (or similar) or a string * to completely override the Message-ID. * + * If you are sending Email from a shell, be sure to set this value. As you + * could encounter delivery issues if you do not. + * * @var mixed * @access public */