Traceback (most recent call last): File "e:\email sender\email.py", line 1, in from email.message import EmailMessage File "e:\email sender\email.py", line 1, in from email.message import EmailMessage ModuleNotFoundError: No module named 'email.message'; 'email' is not a package please solve this error
You do not have installed the module of email, you can try the command: pip3 install email or pip install email Or pip install You can see if your system have pip installed with the command: pip -v
Love this video bro... Keep doing good job🎉
Thanks. Your code worked in my machine
How we can add loop
Where can i get the code?
Hi.. I tried the code.. but i am not receiving any mail..
same problem
check the code in spam
Me too
Traceback (most recent call last):
File "e:\email sender\email.py", line 1, in
from email.message import EmailMessage
File "e:\email sender\email.py", line 1, in
from email.message import EmailMessage
ModuleNotFoundError: No module named 'email.message'; 'email' is not a package
please solve this error
You do not have installed the module of email, you can try the command:
pip3 install email
or
pip install email
Or
pip install
You can see if your system have pip installed with the command:
pip -v
👍@@juniorvalente1483
Bro install the module