API17

JMail::sendAdminMail

From Joomla! Documentation

Revision as of 19:39, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JMail::sendAdminMail/11.1 to API17:JMail::sendAdminMail without leaving a redirect: Robot: Moved page)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JMail::sendAdminMail[edit]

Description[edit]

Sends mail to administrator for approval of a user submission.

Template:Description:JMail::sendAdminMail [Edit Descripton]

public function sendAdminMail (
        $adminName
        $adminEmail
        $email
        $type
        $title
        $author
        $url=null
)
Parameter Type Default Description
$adminName string Name of administrator
$adminEmail string Email address of administrator
$email string [NOT USED TODO: Deprecate?]
$type string Type of item to approve
$title string Title of item to approve
$author string Author of item to approve
$url string null $url
  • Returns boolean True on success
  • Defined on line 414 of libraries/joomla/mail/mail.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JMail::sendAdminMail [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />