phpDocumentor Testlink
[ class tree: Testlink ] [ index: Testlink ] [ all elements ]

Procedural File: email_api.php

Source Location: /email_api.php

Page Details
Includes
require_once ('string_api.php') [line 26]
[ Top ]

require_once (PHPMAILER_PATH.'class.phpmailer.php') [line 22]
[ Top ]

require_once ('lang_api.php') [line 24]
[ Top ]

require_once ('common.php') [line 25]
[ Top ]


Constants
PHPMAILER_PATH  [line 21]

PHPMAILER_PATH = dirname(__FILE__).'/../../third_party/phpmailer'.DIRECTORY_SEPARATOR

TestLink Open Source Project - http://testlink.sourceforge.net/ This script is distributed under the GNU General Public License 2 or later.

Information Tags:
Author:  franciscom
Author:  

Mantis Team (the code is based on mantis BT project code)

rev:

Version:  $Revision: 1.1.2.1 $

[ Top ]


Functions
email_append_domain  [line 222]

void email_append_domain( $p_email  )
Parameters:
   $p_email: 


[ Top ]
email_send  [line 45]

void email_send( $p_from, $p_recipient, $p_subject, $p_message, [ $p_cc = ''], [boolean $p_exit_on_error = false], [boolean $htmlFormat = false]  )

sends the actual email

Parameters:
boolean   $p_exit_on_error:  == true - calls exit() on errors, else - returns true on success and false on errors
boolean   $htmlFormat:  specify text type true = html, false (default) = plain text
   $p_from: 
   $p_recipient: 
   $p_subject: 
   $p_message: 
   $p_cc: 


[ Top ]
email_smtp_close  [line 202]

void email_smtp_close( )


[ Top ]
make_lf_crlf  [line 216]

void make_lf_crlf( $p_string  )
Parameters:
   $p_string: 


[ Top ]


Documentation generated on Fri, 03 Apr 2009 14:13:46 +0200 by phpDocumentor 1.4.1