Creating a mailbox from code

As part of the service offered by my web app aimed at amateur sports clubs (rugby, football, cricket, etc.) I would like to be able to provide a single email address on my domain per club.
So if the "Acme Rugby Club" signed up, I would give them an address like acmerugbyclub [at] sportsclubhost [dot] com.
I can obviously do this manually by logging into Hsphere and creating a mail box or forwarder.
However, I would like to be able to have this done automatically as part of the club creation process, which is done in an ASPX script.
Can anyone give me any info on how this might be achieved?
Thanx
 
Thanks SubSpace, I've taken a quick skim through the H-Sphere documentation and it certainly looks like it has the features available through the API to list/add/delete mailboxes and forwards... just a question of getting it to work!
I'm not overly familiar (read not at all) with SOAP, WSDL, etc. so will have to experiment from first principles, unless you have anything lying around that might help?
My thanks for your help!
 
Back
Top