• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How can I add a mailbox from ASP

W

wabakr

Guest
Hi all
I really need this URGENT
I need to make my clients add their mailbox and also check if their username is availble or not from ASP page , can I ?

by taking in concern that I'm running on windows server 2003 and uusing plesk 6.5(it is really great) and also Mailenabled standered edition .
 
In order to do this you will have use the API CLI (command line interface). There is documentation on it available on the website.
 
I done every thing

Hi,
I download the description file of the API and I work around it to make it work and no way
not even a single function :(

can It related with Plesk or what?
 
c:\program files\swsoft\plesk\admin\bin\mail.exe -c <mail_name>@<domain>

That will create a box. You just have to build the ASP script to run it. If you need this done, email me and we can work something out. Our company does coding work.
 
It works But.....

it's work
but the account is disable and use the control panel pnly not the pop3 option

how can i change the user password
or how to run an exe cmd from the asp page?
 
If you need to know how to run exe files via ASP I recommend researching on devshed, MSDN, or others. It is done via Windows scripting and they have better examples than what I could post here as most of ours are buried in other coding.

http://www.plesk.com/doc/plesk_for_win/plesk_6.5_advanced_features/ch04.html

That link provides all information regarding the API and using the mail.exe including all the switches. Using this and information you can find on scripting and running command line utilities you can build an ASP page to do this.



Again, if you need help, we do offer programming services and this isn't that long of a job.
 
Back
Top