Revision 1420
Added by Luisehahne almost 15 years ago
| class.wbmailer.php | ||
|---|---|---|
| 23 | 23 |
|
| 24 | 24 |
*/ |
| 25 | 25 |
|
| 26 |
/* |
|
| 26 |
// Must include code to stop this file being access directly |
|
| 27 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 27 | 28 |
|
| 28 |
wbmailer class |
|
| 29 |
|
|
| 30 |
This class is a subclass of the PHPMailer class and replaces the mail() function of PHP |
|
| 31 |
|
|
| 32 |
*/ |
|
| 33 |
|
|
| 34 | 29 |
// Include PHPMailer class |
| 35 | 30 |
require_once(WB_PATH."/include/phpmailer/class.phpmailer.php"); |
| 36 | 31 |
|
Also available in: Unified diff
YGN Ethical Hacker Group (2.8.2 / 2.9.0)