Hey all, I just want to know if there is a way to receive a email when a user of osTicekt create an account? thanx to answer me. 

There is no way baked into osTicket for managers or admin or agents to receive an email when a user makes an account.You could probably create a simple cron script that runs every X minutes though that checks for a new entry in the DB and sends an email to someone letting them know.

Okey, I will try this, but on Windows Cron do not exist... I will try with "pycron".

"Windows Cron" most certainly does exist.  They call it Windows Task Scheduler.

9 days later

Hey, I decide to create a script which looks the ost_user table. This script check if there is any new user who where add yesterday and send me a mail (with Gmail). Because I'm on wamp I use sendmail for send the mail. Thanks for your help ans if anyone wants those script I can create a guide for install and configure send mail and use the script. 

Write a Reply...