Procedural File: mail.php
Source Location: /public_html/admin/mail.php
Page Details:
Simple email form that lets you send emails to certain groups of users.
Includes:
display_mailform [line 68]
string display_mailform(
[array $vars = array()])
|
|
Shows the form the admin uses to send Geeklog members a message. Right now you can only email an entire group.
Tags:
Parameters
| array |
$vars |
optional array of form content |
send_messages [line 183]
string send_messages(
array $vars)
|
|
This function actually sends the messages to the specified group
Tags:
Parameters
| array |
$vars |
Same as $_POST, holds all the email info |
|