references:joomla.framework:jfactory-getmailergetMailer
This method returns a reference to the global Mailer object, only creating it if it doesn’t already exist. SyntaxPHPMailer &getMailer () ExamplesExample $mail =& JFactory::getMailer(); echo "The current from name is: ". $mail->FromName; might produce: Result The current from name is: Joomla! 1.5 Test Site |


