i’m trying to set Employee birthday email alert.
Is it working or not?
Have you tried using Days After
or Days Before
? Try it,
@wahab
This should help. If not checked will send birthday reminders.
Are you looking for something like this ?
@ArundhatiS
By uncheck this option, birthday email send to all employee but i just want to send birthday email to HR Manager only.
1 Like
Similar question as before, @Sangram. Would creating Custom Email Alert with condition:
doc.date_of_birth!= None and doc.date_of_birth.month==nowdate().month and doc.date_of_birth.day==nowdate().day
do the trick, i.e. send daily notification emails to HR Managers if any of the employees has a birthday on that day?
2 Likes
it working ??? i have the same requirement send mail on Employee birth with Celebration Quote
Anyone help me in this
1 Like