| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
\defgroup Mail Module that allows to easily send email messages from within pLog. The actual email sending is carried out via the PHPMailer package (http://phpmailer.sourceforge.net/) and the classes of this module are just commodity wrappers around PHPMailer.
| Poids: | 206 lignes (7 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 6 fois |
| Nécessite: | 0 fichiers |
EmailService:: (3 méthodes):
EmailService()
sendMessage()
getLastErrorMessage()
Classe: EmailService - X-Ref
\ingroup Mail| EmailService() X-Ref |
| Constructor |
| sendMessage( $message ) X-Ref |
| Sends the given message. param: message Object from the EmailMessage class that encapsulates all the different fields return: Returns true if operation was successful or false otherwise. |
| getLastErrorMessage() X-Ref |
| Returns the last error message return: A string containing the last error message, if any |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|