You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@james.apache.org by lvcster <lv...@gmail.com> on 2008/01/30 13:17:51 UTC

Programatically creating an email account for a user(In a Java class)

Good day, 

I am new to JavaMail, hence i know a litle, could someone tell me how to
programatically create an email user(like lvcster@localhost) on the SMTP
server. I am running JAMES. I know how to create user from  # telnel
localhost 4555 
-- 
View this message in context: http://www.nabble.com/Programatically-creating-an-email-account-for-a-user%28In-a-Java-class%29-tp15181007p15181007.html
Sent from the James - General mailing list archive at Nabble.com.


Re: Programatically creating an email account for a user(In a Java class)

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Jan 30, 2008 12:17 PM, lvcster <lv...@gmail.com> wrote:
>
> Good day,

hi

> I am new to JavaMail, hence i know a litle, could someone tell me how to
> programatically create an email user(like lvcster@localhost) on the SMTP
> server. I am running JAMES. I know how to create user from  # telnel
> localhost 4555

localhost 4555 uses remote manager. takes a look at the code [1] for
an example.

FYI you'll probably get a better answer more quickly if you ask on the
james user list unless you're interested in development (for example,
contributing a web service front end for remote manager), in which
case dev is better.

- robert

[1] http://svn.apache.org/repos/asf/james/server/tags/build_2_3_1/src/java/org/apache/james/remotemanager/RemoteManagerHandler.java