Diligent web site
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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