vlibMimeMail

vLIB logo

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>');