I found some examples googling the internet.
Most examples start with
>>>import smtplib (or >>>import curl)
Already in the first line I fail.
--------------------------------------------------------
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'smtplib'
--------------------------------------------------------
Q: how do I import the module smtplib (or the module curl) ?