JMail/1.5
From Joomla! Documentation
[Edit Descripton] Description:JMail
Defined in
libraries/joomla/mail/mail.php
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| addAttachment | Add file attachments to the email. |
| addBCC | Add blind carbon copy recipients to the email. |
| addCC | Add carbon copy recipients to the email. |
| addRecipient | Add recipients to the email. |
| addReplyTo | Add Reply to e-mail address(es) to the e-mail. |
| JMail | Constructor. |
| Send | |
| setBody | Set the E-Mail body. |
| setSender | Set the E-Mail sender. |
| setSubject | Set the E-Mail subject. |
| useSendmail | Use sendmail for sending the e-mail. |
| useSMTP | Use SMTP for sending the e-mail. |
| getInstance | Returns a reference to a global e-mail object, only creating it if it doesn't already exist. |
Importing
jimport( 'joomla.mail.mail' );
See also
Examples
<CodeExamplesForm />