From e555e3b0d6c090a3255251d992890db666dc542a Mon Sep 17 00:00:00 2001 From: ryansurf Date: Wed, 22 May 2024 16:47:49 -0700 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05035f7..43bdda8 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ Optional, sends a surf report to a specified email. You will need to setup an email account that is able to utilize SMTP services. I used Gmail, following Method #1 outlined [here](https://www.cubebackup.com/blog/how-to-use-google-smtp-service-to-send-emails-for-free/). After doing this, change the variables in `.env` +Execute by running `python3 send_email.py`. Running with cron is a good use case + ## Development Thank you for considering contributing to cli-surf!