Automated Birthday Wisher (Python Email Automation)
Developed a Python script that automatically sends personalized birthday emails to individuals listed in a CSV file. The script reads birthday data, randomly selects a letter template, replaces placeholders with the recipient's name, and uses the `smtplib` library to send the email on their birthday.
Check Out Repository