How to send email with doctype on each month

How to send email with doctype on each month
i had try with send email but it goes to Email Queue not send

Hi @Rangubha_Makwana :

Depends on your scenario, there are different options here. Maybe the easiest one is creating a server script (scheduler event type, with month frequency), and write there your email sending logic.

Anyway, as you said above, if your mail is in the queue, probably some issue with your scheduler. Are other emails being sending out?

by frappe send but with code not working

Hi, You can use Notifications if there is a trigger to send the email and also check your email domain and settings so that the email is sent and not in queue .

I have requirement to follow scheduler from hooks.py