API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
UserModelRemind::_sendReminderMail | ( | $ | email, |
$ | username | ||
) |
Sends a username reminder to the e-mail address specified containing the specified username.
string | A user's e-mail address |
string | A user's username |
Références $config, $uri, $url, JFactory::getConfig(), JFactory::getURI(), JUtility::sendMail(), et JText::sprintf().
UserModelRemind::remindUsername | ( | $ | ) |
Takes a user supplied e-mail address, looks it up in the database to find the username and then e-mails the username to the e-mail address given.
string | E-mail address |
Références $db, $mainframe, JText::_(), JFactory::getDBO(), JMailHelper::isEmailAddress(), et jimport().
UserModelRemind::$_namespace = 'com_user.remind.' |