Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install python smtplib module in ubuntu os

I tried to install python module via pip, but it was not successful. can any one help me to install smtplib python module in ubuntu 12.10 OS?

like image 850
vijay Avatar asked Aug 03 '15 20:08

vijay


People also ask

How do I download Smtplib in Python?

smtplib is installed by default. You do not need to install it. The module is part of the default python package.

Is Smtplib included in Python?

Python provides smtplib module, which defines an SMTP client session object that can be used to send mail to any Internet machine with an SMTP or ESMTP listener daemon.


1 Answers

you can install smtplib using the command below it helped me to solve the error install using pip

pip install secure-smtplib
like image 50
abhijith jayakuamar Avatar answered Nov 03 '22 12:11

abhijith jayakuamar