Go to the source code of this file.
|
| sendmail ($to, $from, $cc, $bcc, $subject, &$mimemail, $multipart=null) |
|
| __sendmail_Dcp_Mail_Message ($to, $from, $cc, $bcc, $subject,\Dcp\Mail\Message &$message) |
|
__sendmail_Dcp_Mail_Message |
( |
|
$to, |
|
|
|
$from, |
|
|
|
$cc, |
|
|
|
$bcc, |
|
|
|
$subject, |
|
|
\Dcp\Mail\Message & |
$message |
|
) |
| |
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 | \Dcp\Mail\Message | &$mimemail | mail mime object |
- Returns
- string error message : if no error: empty if no error
Definition at line 26 of file sendmail.php.