Inheritance diagram for t3lib_formmail:

Public Member Functions | |
| start ($V, $base64=false) | |
| addAttachment ($file, $filename) | |
Public Attributes | |
| $reserved_names = 'recipient,recipient_copy,auto_respond_msg,redirect,subject,attachment,from_email,from_name,replyto_email,replyto_name,organisation,priority,html_enabled,quoted_printable,submit_x,submit_y' | |
Definition at line 69 of file class.t3lib_formmail.php.
|
||||||||||||
|
Adds an attachment to the mail
Definition at line 172 of file class.t3lib_formmail.php. |
|
||||||||||||
|
Start function This class is able to generate a mail in formmail-style from the data in $V Fields: [recipient]: email-adress of the one to receive the mail. If array, then all values are expected to be recipients [attachment]: .... [subject]: The subject of the mail [from_email]: Sender email. If not set, [email] is used [from_name]: Sender name. If not set, [name] is used [replyto_email]: Reply-to email. If not set [from_email] is used [replyto_name]: Reply-to name. If not set [from_name] is used [organisation]: Organisation (header) [priority]: Priority, 1-5, default 3 [html_enabled]: If mail is sent as html [use_base64]: If set, base64 encoding will be used instead of quoted-printable
Definition at line 95 of file class.t3lib_formmail.php. |
|
|
Definition at line 70 of file class.t3lib_formmail.php. |
1.4.6