API15:JMail/JMail
From Joomla! Documentation
Description
Constructor
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
JMail()
Defined in
libraries/joomla/mail/mail.php
Importing
jimport( 'joomla.mail.mail' );
Source Body
function JMail()
{
// phpmailer has an issue using the relative path for it's language files
$this->SetLanguage('joomla', JPATH_LIBRARIES.DS.'phpmailer'.DS.'language'.DS);
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
addCC may not always work on 1.5 due to an error in the phpmailer class. to forum topic.