How to have a recurring email sent every quarter to the Accounts primary email?

I am trying to set up a recurring email that is sent every quarter to “Active” Accounts to their primary email on file.

What is your SuiteCRM version?

What did you try, and what difficulties did you run into?

You can do that from Workflows module, please read the Docs and try a few things.

docs.suitecrm.com

Make it “On scheduler”, and check “repeated runs”, and add a condition to send only after each quarter date.

You need to test this carefully, so as to not send too much email. It will probably help to have an auxiliary custom field saying when this email was last sent, so you can add an additional check (your workflow will run many times every day, everytime the Scheduler is triggered, but you only want it to send once on the specified day).