Send Email with Python
HTML-код
- Опубликовано: 10 фев 2025
- In this video we're going to send Emails in Python using the SMTPLib.
Code for the Video : github.com/Adi...
It's a pretty useful utility to Monitor your scripts from a distance or send you mails about error messages and logs or whenever your scripts fail or complete execution.
No additional installation needed.
#python #SMTP #email
Nice!
I am new to python,
I have worked with Java and made Basic E-commerce web app (with MySQL DB,admin side, user side etc,No framework) ,
Is python good for Web App?
Can You illustrate Basic ? If anything similar is available in python.
In server.starttls line ,I'm getting this below error.
context = ssl._create_stdlib_context(certfile=certfile,
AttributeError: module 'ssl' has no attribute '_create_stdlib_context'
Great sir amazing video you are the great teacher
can you help me please that when i installing pywin32 by typing pip2 install pypiwin32 in Raspberry Pi 3 B+ an error coming that:
pywin32>=223 and could not find the version that satisfies the requirements and no matching distribution
can you please help me?
Awesome video bro!!. I need your help I have a python socket server-client script that is running well on my local machine. But I don't know how to host it on internet. So that I can connect through my friend computer. Can you please suggest me what I have to do. I am expecting a reply from you!
Hot to install tye smptlib , it is not pre-installed
Bro how to attach files or images...????
Is there any way to get out of google security . Since it is blocking my program to login in my account and there is an error !!
Please HELP!!!!
Not sure why that's happening. You can try using any free proxies if issue still persists.
It's not working bro. It says config has no attribute as email!!!!
Open config file and put your email there
@@adityapaithon6499 I putted it in inverted commas but it still a error!!!
is there any way i can send the email to any one i want???
Yes you can
Do u have the code
How to write the code for configure mail and password bro
what wil be in the config file
Email and password.
According to 'Al Sweigart' - the great author, you should not have the email and password saved to a script because it could be too risky if your pc is stolen, accessed by someone else, etc! But I understand that you had to make a video and so you cannot show it so you did this and as I am also a part time hobbyist RUclipsr, I know that it is hard to mask it with free software!
Anyway, its just an advice.