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
Post a Comment