get_mail_domains (line 45)
Get a tempcode list of the available mail domains.
tempcode
get_mail_domains
(ID_TEXT $type, integer $points_left)
-
ID_TEXT
$type: The type of mail domain
-
integer
$points_left: Description
pointstore_handle_error_already_has (line 67)
Check to see if the member already has an account of this type. If so, an error message is shown, as you can only own of each type.
void
pointstore_handle_error_already_has
(ID_TEXT $type)
-
ID_TEXT
$type: The type of mail domain
pointstore_handle_error_taken (line 27)
Check to see if the specified e-mail address has already been purchased. If so, spawn an error message.
void
pointstore_handle_error_taken
(ID_TEXT $prefix, ID_TEXT $suffix)
-
ID_TEXT
$prefix: The prefix (mailbox name)
-
ID_TEXT
$suffix: The suffix (domain name)