php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_mail.h File Reference

Go to the source code of this file.

Functions

 PHP_MINFO_FUNCTION (mail)
 
PHPAPI zend_stringphp_mail_build_headers (HashTable *headers)
 
PHPAPI bool php_mail (const char *to, const char *subject, const char *message, const char *headers, const char *extra_cmd)
 

Function Documentation

◆ php_mail()

PHPAPI bool php_mail ( const char * to,
const char * subject,
const char * message,
const char * headers,
const char * extra_cmd )
extern

Definition at line 439 of file mail.c.

◆ php_mail_build_headers()

PHPAPI zend_string * php_mail_build_headers ( HashTable * headers)

Definition at line 207 of file mail.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( mail )

Definition at line 624 of file mail.c.