Distribution list from database
-
- New user
- Posts: 21
- Joined: 2007-04-26 12:19
- Location: South Africa
- Contact:
Distribution list from database
A really nice feature I have seen in other mail servers is the ability to dynamically generate a distribution list from a database ( i.e) in the members tab you have the option to enter a sql statement that gets the relevant data ( name & eMail ) from a database - this then allows maintenance of the maillist through web forms etc.
-
- New user
- Posts: 21
- Joined: 2007-04-26 12:19
- Location: South Africa
- Contact:
-
- New user
- Posts: 21
- Joined: 2007-04-26 12:19
- Location: South Africa
- Contact:
Take a look at the implimentation in Rocklifes Mailsite.
You can set up a maillist address - myclients@mydoman.com and then use a 'select eMail, name at mydatabase' statement (and possible an odbc connection if remote) to dynamically populate the members list. This is EXTREMELY powerfull, as the members list can then be maintained seperately as part of a companies normal database
You can set up a maillist address - myclients@mydoman.com and then use a 'select eMail, name at mydatabase' statement (and possible an odbc connection if remote) to dynamically populate the members list. This is EXTREMELY powerfull, as the members list can then be maintained seperately as part of a companies normal database