Sending emails to users

I want to send emails to my users each day with some statistics pulled from mongo db. What is the best way of doing this? If I use the email package on the server, it’ll only get send it when a user goes on the website I believe. I want to send them emails regardless of if they are on the website or not .

The server runs constantly, whether users are connected or not, so emails will be sent.