/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to includes/PHPMailer-Lite_v5.1/docs/Callback_function_notes.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

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