Alternative For Setting Vacation Messages?

marseldelsin

New member
Joined
Jun 17, 2009
Messages
1
hi there,

at our company with kinda like 7 to 10 employees,
i would all people to set their vacation messages individually.

but i don't want to give them access to DirectAdmin.

Are there any options for this?

Any ideas?


Thanks
Marsel
 
Write a program to use the api.


CMD_API_EMAIL_VACATION
domain=domain.com
action=create
user=user (user part of [email protected])
text=the vaction text
starttime=morning|afternoon|evening
startmonth=01|02|03|...|12
startday=01|02|03|...|31
startyear=2002|2003| ...
endtime,endmonth,endday,endyear, all the same format as "start".
create=Create

CMD_API_EMAIL_VACATION
domain=domain.com
action=modify
user=user (user part of [email protected])
text=the vaction text
starttime=morning|afternoon|evening
startmonth=01|02|03|...|12
startday=01|02|03|...|31
startyear=2002|2003| ...
endtime,endmonth,endday,endyear, all the same format as "start".

CMD_API_EMAIL_VACATION
domain=domain.com
action=delete
select0=user
(select2=user2) ..etc
 
Back
Top