JMailE-Mail Class. Provides a common interface to send e-mail from the Joomla! Framework
Located in /mail/mail.php (line 24)
PHPMailer | --JMail
boolean
useSMTP
([string $auth = null], [string $host = null], [string $user = null], [string $pass = null])
Add file attachments to the email
Add blind carbon copy recipients to the email
Add carbon copy recipients to the email
Add recipients to the email
Add Reply to e-mail address(es) to the e-mail
array( [0] => E-Mail Address [1] => Name )
Returns a reference to a global e-mail object, only creating it if it doesn't already exist.
This method must be invoked as:
$mail =& JMail :: getInstance();
NOTE: If you need an instance to use that does not have the global configuration values, use an id string that is not 'Joomla'.
Set the E-Mail body
Set the E-Mail sender
array( [0] => E-Mail Address [1] => Name )
Set the E-Mail subject
Use sendmail for sending the e-mail
Use SMTP for sending the e-mail
Documentation generated on Sat, 4 Feb 2006 14:24:16 +0100 by phpDocumentor 1.3.0RC4