Public Member Functions | |
addAttachment ($file, $c_type= 'application/octet-stream', $name= '', $isfilename=true, $encoding= 'base64', $cid= '', $charset="UTF-8") | |
addAttachmentInline ($file, $c_type= 'application/octet-stream', $name= '', $isfilename=true, $encoding= 'base64', $cid= '', $charset="UTF-8") | |
& | _addAttachmentPart (&$obj, $value) |
__construct ($crlf="\r\n") | |
redefine class to add explicit CID
Definition at line 141 of file sendmail.php.
__construct | ( | $crlf = "\r\n" | ) |
Definition at line 252 of file sendmail.php.
& _addAttachmentPart | ( | & | $obj, |
$value | |||
) |
Adds an attachment subpart to a mimePart object and returns it during the build process.
object | The mimePart to add the image to |
array | The attachment information |
Definition at line 220 of file sendmail.php.
addAttachment | ( | $file, | |
$c_type = 'application/octet-stream' , |
|||
$name = '' , |
|||
$isfilename = true , |
|||
$encoding = 'base64' , |
|||
$cid = '' , |
|||
$charset = "UTF-8" |
|||
) |
Adds a file to the list of attachments.
string | $file | The file name of the file to attach OR the file data itself |
string | $c_type | The content type |
string | $name | The filename of the attachment Only use if $file is the file data |
bool | $isFilename | Whether $file is a filename or not Defaults to true |
Definition at line 158 of file sendmail.php.
addAttachmentInline | ( | $file, | |
$c_type = 'application/octet-stream' , |
|||
$name = '' , |
|||
$isfilename = true , |
|||
$encoding = 'base64' , |
|||
$cid = '' , |
|||
$charset = "UTF-8" |
|||
) |
Definition at line 184 of file sendmail.php.
← centre documentaire |
|