SMTP :: boolean attachfile ( string filename [, mixed newname [, string mimetype [, string disposition [, string encoding ]]]] )
Returns TRUE if has been successfully attached, FALSE if not. Default values are: mixed newname: boolean false string mimetype: autodetect string disposition: attachment string encoding: base64 Example of mimetype value is: image/gif string disposition possible values are: attachment, inline string encoding possible values are: 7bit, 8bit, quoted-printable, base64 Example:
|