1
Hello everyone,
I've now read a couple of requests from people wishing to install e-mail adresses for all the users of their sites. (somewhat like this:
login@mysite.com)
I thought of a way of realizing this but I haven't yet found a way of actually doing it. Maybe somebody could give me a hint:
If I manage to find a mailServer Software which uses MySQL i could somehow link its tables to the XOOPS tables.
It would look something like that:
[mailserver]/[mail alias]/[Alias Name]
should be equal to
[xoops]/[xoops_user]/[uname]
AND
[mailserver]/[mail alias]/[redirect adress]
should be equal to
[xoops]/[xoops_user]/[email]
So automatically for every account in XOOPS there would a an alias in the mailserver programm and mails would be redirected to each users normal e-mail adress.
I hope people understood what I was trying to explain, my knowledge of both, MySQL and English, being as low as they are :)
Greetings and thank you for any help.
Stefan