mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Adding a comment about the messageId property and shells. Refs #1303
This commit is contained in:
parent
79aafda698
commit
244de1df85
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue