mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
add comments
This commit is contained in:
parent
35aa8c4023
commit
cf25dbfdf8
@ -15,6 +15,14 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Send an email
|
||||||
|
*
|
||||||
|
* @param string $to_addr Comma separated list recipient emails
|
||||||
|
* @param string $reply_to Comma separated list replies emails
|
||||||
|
* @param string $subject subject of email
|
||||||
|
* @param string $body text of email.
|
||||||
|
*/
|
||||||
function mibew_mail($to_addr, $reply_to, $subject, $body)
|
function mibew_mail($to_addr, $reply_to, $subject, $body)
|
||||||
{
|
{
|
||||||
global $mibew_mailbox, $mail_encoding;
|
global $mibew_mailbox, $mail_encoding;
|
||||||
|
Loading…
Reference in New Issue
Block a user