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

Комментарии • 20

  • @kishores5121
    @kishores5121 6 лет назад +1

    Nice!

  • @morning5tarr
    @morning5tarr 6 лет назад +1

    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.

  • @syedmujeebh6661
    @syedmujeebh6661 5 лет назад

    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'

  • @devopsengineers8254
    @devopsengineers8254 6 лет назад

    Great sir amazing video you are the great teacher

  • @subhradeepsarder8802
    @subhradeepsarder8802 6 лет назад

    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?

  • @shivamkumraa
    @shivamkumraa 6 лет назад

    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!

  • @ishaankapoor933
    @ishaankapoor933 4 года назад

    Hot to install tye smptlib , it is not pre-installed

  • @adityagujar1433
    @adityagujar1433 4 года назад

    Bro how to attach files or images...????

  • @vashushivam6823
    @vashushivam6823 5 лет назад

    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!!!!

    • @adityapaithon6499
      @adityapaithon6499  5 лет назад +2

      Not sure why that's happening. You can try using any free proxies if issue still persists.

  • @iDopeShot
    @iDopeShot 5 лет назад

    It's not working bro. It says config has no attribute as email!!!!

    • @adityapaithon6499
      @adityapaithon6499  5 лет назад

      Open config file and put your email there

    • @iDopeShot
      @iDopeShot 5 лет назад

      @@adityapaithon6499 I putted it in inverted commas but it still a error!!!

  • @YashPatel-vw9nz
    @YashPatel-vw9nz 5 лет назад

    is there any way i can send the email to any one i want???

  • @prathyushapinky8659
    @prathyushapinky8659 5 лет назад

    How to write the code for configure mail and password bro

  • @karthickr9478
    @karthickr9478 5 лет назад

    what wil be in the config file

  • @ashutoshtiwari3785
    @ashutoshtiwari3785 6 лет назад +2

    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.