Inheritance diagram for mimemail:
Public Member Functions | |
mimemail () | |
Class Constructor. | |
_mimemail () | |
Class Destructor. | |
mime_clear_receiverlist () | |
Delete receiver list. | |
mime_flush_errors () | |
Will flush the complete mime error buffer. | |
mime_get_errorlist () | |
Return an error listing. | |
mime_init_header () | |
Init the header with standard configs. | |
mime_set_adrfrom ($email, $name) | |
Set email adress transmitter. | |
mime_set_adrto ($email) | |
Set email adress receiver. | |
mime_set_cc ($email) | |
Set email adress to CC. | |
mime_set_bcc ($email) | |
Set email adress to BCC. | |
mime_set_reference ($refer) | |
Set email subject message. | |
mime_set_body ($body) | |
Set email body message. | |
mime_set_xmailer ($mailer) | |
Set Xmailer message of email. | |
mime_set_priority ($priority) | |
Set email priority. | |
mime_generate_header ($type="text/plain") | |
Generates the Mime-Mail header. | |
mime_getlast_reference () | |
Returns last refernce message. | |
mime_getlast_body () | |
Returns last body message. | |
mime_add_attachment ($file, $mime_type=0) | |
Add attachment to your email . | |
Public Attributes | |
$mime_attachment_folder | |
$mime_attachment_header | |
$mime_attachment_name | |
$mime_attachment_type | |
$mime_header | |
$mime_mailbody | |
$mime_mailrefer | |
$mime_mailbcc | |
$mime_mailcc | |
$mime_mailprio | |
$mime_mail_type | |
$mime_boundary | |
$mime_error_hdl = 0 | |
$mime_nrof_attachments | |
$mime_xmailer | |
$mime_fromemail | |
$mime_mailto = array() |
|
Class Constructor.
|
|
Class Destructor.
|
|
Add attachment to your email
|
|
Delete receiver list.
|
|
Will flush the complete mime error buffer.
|
|
Generates the Mime-Mail header.
|
|
Return an error listing.
|
|
Returns last body message.
|
|
Returns last refernce message.
|
|
Init the header with standard configs.
|
|
Set email adress transmitter.
|
|
Set email adress receiver.
|
|
Set email adress to BCC.
|
|
Set email body message.
|
|
Set email adress to CC.
|
|
Set email priority.
|
|
Set email subject message.
|
|
Set Xmailer message of email.
|
|
Last folder and filename of email attachment |
|
Attachment information |
|
Last filename of email attachment |
|
Type of attachent (eg. image/png) |
|
Mime boundary checksum (md5) |
|
Error message handler |
|
Email return adress |
|
Email header |
|
Type of mail message (HTML or plain text) |
|
Email BCC |
|
Email body |
|
Email CC |
|
Email priority |
|
Email reference |
|
Email receiver array |
|
Attachment counter |
|
Email X-Mailer |