How to send emails every week

Hi there @agraluca
I think you can use cron.js and enable it.
Then create a script that executes

0 0 * * TUE

This would be At 00:00 on Tuesday.
Then execute the sendemail to that person etc. You could always create a filter find what you want then send it etc.