Go to the source code of this file.
|
| sendmail ($to, $from, $cc, $bcc, $subject, &$mimemail, $multipart=null) |
|
| createSentMessage ($to, $from, $cc, $bcc, $subject, &$mimemail, &$doc=null) |
|
createSentMessage |
( |
|
$to, |
|
|
|
$from, |
|
|
|
$cc, |
|
|
|
$bcc, |
|
|
|
$subject, |
|
|
& |
$mimemail, |
|
|
& |
$doc = null |
|
) |
| |
record message sent from freedom
Definition at line 302 of file sendmail.php.
sendmail |
( |
|
$to, |
|
|
|
$from, |
|
|
|
$cc, |
|
|
|
$bcc, |
|
|
|
$subject, |
|
|
& |
$mimemail, |
|
|
|
$multipart = null |
|
) |
| |
Send mail via smtp server
- Parameters
-
string | $to | mail addresses (, separate) |
string | $cc | mail addresses (, separate) |
string | $bcc | mail addresses (, separate) |
string | $from | mail address |
string | $subject | mail subject |
Mail_mime | &$mimemail | mail mime object |
- Returns
- string error message : if no error: empty if no error
Definition at line 30 of file sendmail.php.