Administrators can manually create menus, select individual department lists from the LDAP server, select multiple recipients and copies, blind copies, and send them using the default email client.
There are three files:
ldap.html is a pure framework file.
ldap.php(as the current mainstream development language) Use the menu to obtain the email address through php(as the current mainstream development language) and create a javascript menu .
select.html Gets the selected item from ldap.php (as the current mainstream development language) and creates a link for the email client to access.
Cut and pasted. Since part of the program code comes from Squirrel Mail, this program is GPL. The skill is not good, please ask a master to modify it. icon_redface.gif
ldap.html (no modification required)
Code:
Java Script LDAP Addressbook< ;/title>
ldap.php
(As the current mainstream development language) (Please modify the ldap server link, department list and search basics to meet your needs.)
※Special note, our company’s search is Based on lastname. It is not divided by department. Please modify it yourself to meet your needs.
Code:
Free source code company address book query
LDAP is connect, bind, search, interpret search
http://www.bkjia.com/PHPjc/509082.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/509082.htmlTechArticleAdministrators can manually create menus, select individual department lists from the LDAP server, and select multiple recipients and copies, blind copies, and sent using your default email client. ...