Diligent web site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Callback_function_notes.txt 599B

1234567891011121314151617
  1. NEW CALLBACK FUNCTION:
  2. ======================
  3. We have had requests for a method to process the results of sending emails
  4. through PHPMailer. In this new release, we have implemented a callback
  5. function that passes the results of each email sent (to, cc, and/or bcc).
  6. We have provided an example that echos the results back to the screen. The
  7. callback function can be used for any purpose. With minor modifications, the
  8. callback function can be used to create CSV logs, post results to databases,
  9. etc.
  10. Please review the test.php script for the example.
  11. It's pretty straight forward.
  12. Enjoy!
  13. Andy