hi all im just wondering is it possible to create new SMTP users from our own PHP script in windows or linux? and how? i spent lots of time on google but could not find answer :-(
I don't know about Windoze, but it is certainly possible to do that in Linux. But I have to ask, why would you want to? Much easier for a system admin would be to write a bash script.
I always hate to reinvent the wheel. Why not just install something like SquirrelMail which supports SMTP, IMAP as wella s webmail?
we want user to provide smtp service from our server ti be used into any smto software. so users will create an smtp account in our site and then they enter information like below into their email sending software. smtp.server.com:25 username password this is what we want