python - Send the contents of a CSV as a table in an email? -


how can send contents of csv table in email using python?

example file:

name,age,dob  xxx,23,16-12-1990  yyy,15,02-11-1997 

check this link.

just pass csv third argument server.sendmail() method


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -