From 714c418535630cdb125bb4ebd810164abc26f0d5 Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:37:34 -0400 Subject: [PATCH] Update utils.py --- src/recommenderapp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recommenderapp/utils.py b/src/recommenderapp/utils.py index 4bf2b8c0d..f65e488ff 100644 --- a/src/recommenderapp/utils.py +++ b/src/recommenderapp/utils.py @@ -95,7 +95,7 @@ def send_email_to_user(recipient_email, categorized_data): sender_email = 'popcornpicks504@gmail.com' # Use an app password since 2-factor authentication is enabled - sender_password = 'uxnd shis sazo mstj' + sender_password = '' subject = 'Your movie recommendation from PopcornPicks' # Create the email message