Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29898

Sending Email to different recipients with different file attachments using python

$
0
0

Hi I'm new to learning python and I'm trying to send emails to a few hundred different recipients with a different attachment to each of them. I have the recipients data in a database and a folder with all the files in it.

Database has supplier id, name and email

Database example

The folder structure is just one folder with all the files in it for example :

Folder screenshot

Supplier files folder --

123.xls

123.pdf

456.xls

789.pdf

any direction on how to get started with this is appreciated. Thank you


Viewing all articles
Browse latest Browse all 29898

Trending Articles