How to set birthday notification sent based on date of birth
hello there
what if you added a date field called date_of_birth on a customer doctype and you want the system to send a birthday message to the customer email address
You can check Notifications for this.
At condition you can use something like this:
frappe.utils.formatdate(doc.date_of_birth, “MM-dd”) == frappe.utils.today()[5:]
Use ChatGPT or ask anything if it’s not clear