This Python script automatically sends birthday greeting emails to a predefined list of people. It checks the current date, compares it to the stored birthdays, and sends an email if today matches someone's birthday.
Features Automated Birthday Greetings: The script checks for birthdays daily and sends a personalized email. Email Integration: Uses SMTP to send emails through an Outlook server.
Requirements Python 3.x Required Python libraries: smtplib (built-in) email (built-in) datetime (built-in)