[email] element index

Package indexes

All elements
a b c d e f m p q r s t
a
top
Method add_content
email::add_content() in mail-defs.php
Append new content to the body of the email.
Method add_header
email::add_header() in mail-defs.php
Generic function to add a header. We store our headers in an associative array, keyed on the proper-cased header name, so we avoid duplicates.
Constant ALTERNATIVE
ALTERNATIVE in mail-defs.php
Alternative formats of same content
Method attach
email::attach() in mail-defs.php
Wrapper for general binary attachments. We assume a MIME content type of multipart/mixed for these..
Method attach_file
email::attach_file() in mail-defs.php
Attaches a 'file' to the e-mail message. Pass a file pathname to attach.
Method attach_html
email::attach_html() in mail-defs.php
Just a convenient wrapper for adding HTML attachments. Note that with
b
top
Variable $base64_func
email::$base64_func in mail-defs.php
If !specified use PHP's base64
Variable $bcc
email::$bcc in mail-defs.php
Bcc: (blind copies to) header
Variable $body
email::$body in mail-defs.php
e-mail body text
Method Bcc
email::Bcc() in mail-defs.php
Set blind copies-to Set the e-mail Bcc: e-mail addresses for blind copies to.
Method Body
email::Body() in mail-defs.php
Set body
c
top
Variable $cc
email::$cc in mail-defs.php
Cc: (copies to) header
Variable $charset
email::$charset in mail-defs.php
character set to use for the e-mail
Variable $content
email::$content in mail-defs.php
E-mail body + headers minus From: and Subject:
Method Cc
email::Cc() in mail-defs.php
Set copies-to Set the e-mail Cc: e-mail addresses for copies to.
Method charset
email::charset() in mail-defs.php
Set the character set encoding for the email.
d
top
Constant DIGEST
DIGEST in mail-defs.php
A digest of multiple attachments
e
top
Variable $email_headers
email::$email_headers in mail-defs.php
All e-mail headers end up here, apart from To: This
Variable $errors
email::$errors in mail-defs.php
Accumulated errors
Variable $extra_headers
email::$extra_headers in mail-defs.php
Extra ad-hoc e-mail headers added from external
Method email
email::email() in mail-defs.php
Constructor Creates the basic email object.
Class email
email in mail-defs.php
email class A class which encapsulates all the functions required to compose and send an e-mail message. Also caters for MIME attachments.
Function emailthem
emailthem() in mail-defs.php
Function to send an email using the simple Php mail() call. This is a very simplistic wrapper which is kept for its cuteness, but for no other reason than that.
Constant EMAIL_BULK_LIMIT
EMAIL_BULK_LIMIT in mail-defs.php
Limit to the number of e-mails to send in one sitting.
Constant ENC_BASE64
ENC_BASE64 in mail-defs.php
Base-64 Encoding
Constant ENC_BIT7
ENC_BIT7 in mail-defs.php
7-bit Encoding
Constant ENC_QUOTP
ENC_QUOTP in mail-defs.php
Quoted-Printable Encoding
Method error_message
email::error_message() in mail-defs.php
Return error messages. These may have accumulated during the email assembly or during the send process.
Method extra_header
email::extra_header() in mail-defs.php
Generic method to add an extra header. This method is now preferred over the depreceted 'add_header()' method above. We store our headers in an associative array, keyed on the proper-cased header name.
f
top
Variable $from
email::$from in mail-defs.php
e-mail From address
Function friendlyName
friendlyName() in mail-defs.php
Make a 'friendly' name from a full one. Good for "Dear... ,"
Method From
email::From() in mail-defs.php
Set from Set the e-mail From: e-mail addresses.
m
top
Variable $mimeboundary
email::$mimeboundary in mail-defs.php
MIME boundary marker to use
Variable $mimecontenttype
email::$mimecontenttype in mail-defs.php
MIME content type for the e-mail
Variable $mimeparts
email::$mimeparts in mail-defs.php
Assembled mime attachments
Page mail-defs.php
mail-defs.php in mail-defs.php
Constant MIXED
MIXED in mail-defs.php
Mixture of content: text/html/etc.
p
top
Constant PARALLEL
PARALLEL in mail-defs.php
Parts intended to be viewed all at once
Method printable
email::printable() in mail-defs.php
Return Printable Content Returns a printable version of the e-mail. Just returns the content as well as all the headers, and if for HTML, then it wraps it all in some (pre) tags. Useful for debugging.
q
top
Variable $qp_func
email::$qp_func in mail-defs.php
None at this time
r
top
Variable $replyto
email::$replyto in mail-defs.php
e-mail ReplyTo address
Method ReplyTo
email::ReplyTo() in mail-defs.php
Set replyto Set the e-mail ReplyTo: e-mail address.
s
top
Variable $subject
email::$subject in mail-defs.php
Subject of the e-mail
Method send
email::send() in mail-defs.php
Send the email Send mail via local mailer. This is usually the end-result of an e-mail sequence and results in the e-mail being sent.
Method Subject
email::Subject() in mail-defs.php
Set subject
t
top
Variable $to
email::$to in mail-defs.php
Address to send e-mail
Method To
email::To() in mail-defs.php
Set to Set the e-mail To: e-mail addresses.
a b c d e f m p q r s t