Greenmail WebApp server API -


i want use greenmail webapp. there way in java dynamically create user accounts on greenmail server?

javamail not contain api creating users on mail server. there rest can use or in java code dynamically create user accounts on greenmail server?

really need here.

thanks!

see https://github.com/greenmail-mail-test/greenmail/issues/80 (available in next release > 1.4.1):

you can delete user via

greenmail.getmanagers().getusermanager().deleteuser(user);


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -