Send Newsletter Form

<<Back to Main Menu

Description:
Allows managers to send an email to all users

Accessible by:
Managers

Accessed from:
Main Menu

Input parameters:
none

Output
Send Newsletter Form or error message.

Pseudo Code:
get/create session
if ('usertype' param in session) {
   print the Send Newsletter Form
}
else {
   display error message that user must be a manager
}