• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

creating email aliases on the fly with php utilizing php

D

dm0nkey

Guest
I'm using Plesk 7.5.3 on my dedicated server and I wanted to be able to create email aliases on the fly using my own PHP scripts as opposed to the control panel. I've googled around and found that cPanel has a hook into their system to create mail accounts on the fly as noted below:

/frontend/$cpskin/mail/doaddpop.html?email=$euser&domain=$edomain&password=$epass&quota=$equota


http://www.zubrag.com/scripts/cpanel-create-email-account.php
(url for sample script)



is there something similar in Plesk?
 
Back
Top