[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/inc/Subscriptions/ -> RegistrationSubscriptionSender.php (summary)

(no description)

File Size: 39 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RegistrationSubscriptionSender:: (1 method):
  sendRegister()


Class: RegistrationSubscriptionSender  - X-Ref

sendRegister($login, $fullname, $email)   X-Ref
Send a notify mail on new registration

author: Andreas Gohr <andi@splitbrain.org>
return: bool true if a mail was sent
param: string $login    login name of the new user
param: string $fullname full name of the new user
param: string $email    email address of the new user