forked from git-ankit/MovieRecommender
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added popcorn sign in email signature
- Loading branch information
1 parent
a6d512f
commit e42f4b7
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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']), | ||
|