|
Functions
Mail form for a group
- Send a mail to multiple person at once
- Can send to registered people only
- Can send from registered person only
- Security level can be set to a group mode or user mode
- In the group mode, only administrator can register mail addresses
- In the user mode, each user can register his/her mail addresses
- Both mode need a group password given by an administrator
- No limitation for registeration number
- Easy setup by setup page
- Can send a copy to the sender by Bcc (optoinal)
- Recipient, sender mail address no-display mode (optional)
Group mode and User mode
In the group mode, only administrator can register mail addresses.
Registered users can send emails using the group password.
The deletion of the registered address can be only done by the administrator.
In the user mode, users can register his/her mail address.
To register it, the group password is required. And personal password is regsitered as well as the mail address.
To send an email, the registered personal password is required.
The deletion of the registered address can by done by each user by using his/her personal password.
The requiring passwords for each operatoin are as follows. (All operation can be done by administrator's password as well)
| |
Group mode |
User mode |
| User registration |
Admin password |
Group password |
| Send an mail |
Group password |
Personal password |
| User deletion |
Admin password |
Personal password |
Recipient, sender mail address no-display mode
In the recipient no-display mode, the recipient addresses will be put in Bcc:. Therefour, the recipients will not see the mail addresses to be sent. However, if "Copy to sender" is set to "valid" in the administrator setup screen, the email sender recieves will have Bcc: information.
In the sender no-display mode, the sender mail will be displayed in the header of mail as usual. But mail address is shown as a dummy address which administrator sets in the administration setup. Since this is a dummy and may not exist, "Copy to sender" may no longer work. If you turn on "Copy to sender" in the admin setup, the mail will be sent to the dummy address which may not be valid and it causes mail server screwing up. If the dummy address is valid and really exists, the copy will be sent to the valid dummy address.
Some providers or mail servers prevent to send emails from the one who uses an invalid email address. In such case, you cannot send email to anyone as long as you use the sender no-display mode.
Please understand the above when you use the sender no-display mode.
Installation
- Put grmail.cgi into a CGI executable and writable directory.
- Modify the perl path of the first line of grmail.cgi to match your server environment.
- Modify permission of grmail.cgi properly.
- Execute grmail.cgi on your browser. Then set an admin password when it asks.
- Then it asks a gorup password to set it. Enter it. The group password will be disclosed to the all group members who are going to use this script.
- After set the passwords, a member register link appears. Click and register a mail address. Or click an admin setup link and setup environment. In default, it is set to the user mode. If you wanto use it as a group mode, you need to change it in the admin setup page first.
- If you register a mail address, a group mail page is displayed. If you want to add more mail addresses, click "register" link in right bottom and register it one by one.
- If you want to change setup, click "admin setup" link and enter password.
- Now you can use it as group mail.
Sample and source
Revision history
- 1.003 : 1/15/06 : Added recipient, sender non-display mode
- 1.002 : 1/6/06 : Fixed MIME encode
- 1.001 : 10/18/05 : Deleted unnecessary spaces.
- 1.0 : 10/17/05 : Initial revision
|