Skip to content

Commit

Permalink
Added popcorn sign in email signature
Browse files Browse the repository at this point in the history
  • Loading branch information
rishi2019194 committed Oct 8, 2023
1 parent a6d512f commit e42f4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/recommenderapp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def send_email_to_user(recipient_email, categorized_data):
sender_email = '[email protected]'

# Use an app password since 2-factor authentication is enabled
sender_password = ''
sender_password = 'uxnd shis sazo mstj'
subject = 'Your movie recommendation from PopcornPicks'

# Create the email message
Expand Down Expand Up @@ -73,7 +73,7 @@ def send_email_to_user(recipient_email, categorized_data):
</ul>
</div>
<p style="color: #555555;">Enjoy your movie time with PopcornPicks!</p>
<p style="color: #555555;">Best regards,<br>PopcornPicks Team</p>
<p style="color: #555555;">Best regards,<br>PopcornPicks Team 🍿</p>
</body>
</html>
""".format('\n'.join(f'<li>{movie}</li>' for movie in categorized_data['Liked']),
Expand Down

0 comments on commit e42f4b7

Please sign in to comment.