Here's a quick and easy way to send customized emails to multiple recipients in Microsoft Outlook. You'll only need a list of contacts, an Outlook account and Python. Perfect for lead generation and email marketing activities.
To start, make sure to prepare your contacts list in a csv file:
Then, you can use the Python script below as a baseline. Just enter your credentials and contact list in the variables.
Modify the email template in the getEmailContent()
method.