|
3 |
edited title
|
||
There Where is the phpMailer php class equivalent for Python? |
||||
|
2 | added 2 characters in body; edited tags | ||
|
Hi guys, i'm new with python.. Actually, i'm trying to send featured email with python: html body, text alternative body, and attachment. So, i've found this tutorial and adapted it with the gmail autentication authentication (tutorial found here) The code i have atm, is that:
and that works.. now only miss the attachment.. And i am not able to add the attachment (from this post) So, why there is not a python class like phpMailer for php? Is it becosebecause, for a medium-able python programmer sending a html email with attachment and alt text body is so easy that a class is not needed? Or is becose because i just didnt didn't find it? If i'll be able to wrote a class like that, when i'll be enaught enough good with python, would that be usefull useful for someone?
|
||||
|
1 |
|
||
There is the phpMailer php class equivalent for Python?Hi guys, i'm new with python.. Actually, i'm trying to send featured email with python: html body, text alternative body, and attachment. So, i've found this tutorial and adapted it with the gmail autentication (tutorial found here) The code i have atm, is that:
and that works.. now only miss the attachment.. And i am not able to add the attachment (from this post) So, why there is not a python class like phpMailer for php? Is it becose, for a medium-able python programmer sending a html email with attachment and alt text body is so easy that a class is not needed? Or is becose i just didnt find it? If i'll be able to wrote a class like that, when i'll be enaught good with python, would that be usefull for someone?
|
||||
