Forum Discussion
Tien Ngo Thanh
Mar 11, 2019Iron Contributor
How to send welcome email when user first login email
Hello
I want send welcome email when user login after 10 min or immediate after user login to email .
I had try send email welcome when mailbox just created but after some day then user login email then during time some email to mailbox it do for email welcome below .
Best Regards,
Thanks
The only way I could think of scripting this is by crawling the Audit log events for any "login" activities, then sending the email. The problem is that there is a delay between the actual login time and the time the events will appear in the audit log.