Create email account via php

SeLLeRoNe

Super Moderator
Joined
Oct 9, 2004
Messages
6,632
Location
A Coruña, Spain
Hi,

today i was talking about php imap function with a friend and a question came on me...

if i make a class to connect to imap server via php and create an email account, does directadmin notice about that account and can manage it or ive to use directadmin's api?

Maybe is a stupid question, but, me and my friends are courios :)

Best regards
 
if i make a class to connect to imap server via php and create an email account, does directadmin notice about that account and can manage it or ive to use directadmin's api?

Maybe is a stupid question, but, me and my friends are courios :)
This answer is very general; I've neither tried it nor looked into it...

But...

There are two kinds of email addresses in DirectAdmin: username email and virtual email.

Can you create a virtual account with your class? If you can, then DirectAdmin can manage it. I think you need the DirectAdmin API for that.

Jeff
 
This answer is very general; I've neither tried it nor looked into it...

But...

There are two kinds of email addresses in DirectAdmin: username email and virtual email.

Can you create a virtual account with your class? If you can, then DirectAdmin can manage it. I think you need the DirectAdmin API for that.

Jeff

Use the DA API class?
 
Back
Top