vlibMimeMail
Table of Contents
| Up:
4. vlibMimeMail
| Previous:
4.20. send()
4.21. get()
Function Description
get ()
This function compiles the email and returns a string with exactly all of the informaton (headers and attachments) as it will be sent by send().
Example
print('<pre>'.$mail->get().'</pre>');