/openshift/adei

To get this branch, use:
bzr branch http://darksoft.org/webbzr/openshift/adei

« 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-01-26 02:48:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: csa@dside.dyndns.org-20110126024839-nv6qp2ie9stmd2dn
Support of Appled devices by Toni Pirhonen

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