Diff of /mambo/branches/4.6/includes/mambofunc.php
Parent Directory
|
Revision Log
|
Patch
| revision 556, Wed Jun 7 08:15:51 2006 UTC | revision 628, Tue Aug 15 16:19:08 2006 UTC | |
|---|---|---|
| # | Line 379 | Line 379 |
| 379 | } // mosMail | } // mosMail |
| 380 | ||
| 381 | /** | /** |
| 382 | * Create mail object | |
| 383 | * @return mail object | |
| 384 | */ | |
| 385 | function &mosCreateMail ($from, $fromname, $subject, $body) { | |
| 386 | require_once(mamboCore::get('mosConfig_absolute_path').'/includes/phpmailer/class.phpmailer.php'); | |
| 387 | $mail =& new mosMailer ($from, $fromname, $subject, $body); | |
| 388 | return $mail; | |
| 389 | } | |
| 390 | ||
| 391 | /** | |
| 392 | * Random password generator | * Random password generator |
| 393 | * @return password | * @return password |
| 394 | */ | */ |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

