Diligent web site
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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