Function _mail
Simple mail helper function The formatting of the email addresses must comply with RFC 2822. Some examples are:
- user@example.com - user@example.com, anotheruser@example.com - User user@example.com - User user@example.com, Another User anotheruser@example.com*
Package: PHPLucidFrame\Core
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/utility_helper.php
Copyright: Copyright (c), PHPLucidFrame.
License: MIT License This source file is subject to the MIT license that is bundled with this source code in the file LICENSE
Author: Sithu sithu@phplucidframe.com
Located at helpers/utility_helper.php
string |
$from |
The sender of the mail |
string |
$to |
The receiver or receivers of the mail |
string |
$subject = '' |
Subject of the email to be sent. |
string |
$message = '' |
Message to be sent |
string |
$cc = '' |
The CC receiver or receivers of the mail |
string |
$bcc = '' |
The Bcc receiver or receivers of the mail |
boolean
|
Returns TRUE if the mail was successfully accepted for delivery, FALSE otherwise |