EMAIL AUTOMATION USING PYTHON

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

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

  • @harit9380
    @harit9380 5 лет назад +3

    Came across your channel only few mins back and already saw a lot of videos. . Great job bro! :)

  • @sam_block
    @sam_block 5 лет назад +3

    Loved it keep putting in more videos

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

      keep supporting i will definitely upload more videos like this

  • @whitebird365
    @whitebird365 4 года назад +1

    Thank you bro!
    smtplib library is already installed with python you can just import it without installing it.

  • @pythontest7166
    @pythontest7166 5 лет назад +3

    I am getting this error bro :
    smtplib.SMTPConnectError: (421, b'Cannot connect to SMTP server ), connect error 10060')

  • @arsalanwahidi9234
    @arsalanwahidi9234 2 года назад

    For it works perfect tnx

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

    Thank you for your time and energy

  • @krishnamurthy7967
    @krishnamurthy7967 5 лет назад +1

    wonderful video worked like a charm, but a small doubt. I have included only one TO ADDRESS and it is going to bcc, how to make it go to address. Would be nice if you can reply to this

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

      Actually i was also having the same problem soo i am looking for its solution i will notify you as soon as i find it

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

      Bro for me toaddr showing identication error how to fix it bro.

    • @djlazer1
      @djlazer1 3 года назад

      @@Iknowpython Did you every fix it?

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

    Bro can you make a video on software that automatically check-in apps for rewards I also mailed you

  • @apurbakhanra6793
    @apurbakhanra6793 3 года назад

    I have a problem . when ever i am sending some mail to the target , only the subject is shown , not the body , please help me to solve the problem .

  • @Javier-ue5nt
    @Javier-ue5nt 5 лет назад

    nice vid

  • @vigneshkumar614
    @vigneshkumar614 5 лет назад +1

    Can you please upload video for sending mail to outlook mails address

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

      Instead of gmail.com in server connection you can use outlook.com and then enter the details accordingly

  • @kevinmonahan343
    @kevinmonahan343 2 года назад

    sorry to say, but automation means to do something automatically without us manually sending. You may want to reword the title

  • @Bibikoly
    @Bibikoly 3 года назад

    hey, mine only says this:
    Traceback (most recent call last):
    File "3.py", line 8, in
    msg['From']=from_addr
    NameError: name 'msg' is not defined
    any clue?

    • @MessageLVL
      @MessageLVL 3 года назад

      could be a misspelling in in msg or you have not added the msg variable. Possibly. I hope you have resolved your issue.

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

    I want to automatically send one email every 3rd day by iterating through a list of recipients. How would you do that?

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

    Sir how to installed pip or smtplib

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

    How's this automation if you have to manually run the script everytime to send a mail.

    • @Iknowpython
      @Iknowpython  4 года назад +3

      My genius friend you can use many mediums to run script automatically you can simple convert the script to pyw and it will rum automatically in the background then you can add time.sleep() for 1hr so that email is send every one hour or you can goo to task scheduler to schedule this script to run in background when you system start 😊😊 programming is thinking i gave you the script now you have to think how to use it , spoon feeding is not programming

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

      @@Iknowpython mere bhai wahi to main cheez hai na jo batana tha .....mail reading writing win32com to sab jante hai. Scheduler pe kaise exec ko load karna hai, ya sched kaise use karna hai

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

      @@Iknowpython According to your video title I have not seen any automation here.

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

      @ Brijbhushan Pandey i dont know what is the meaning of automation for you but this python script can be used in any project that requires automatic email sending whether its stock update, sending invitation email to list of user etc etc

    • @shiv0696
      @shiv0696 4 года назад +2

      @@Iknowpython for me the meaning of automation is to reduce the repeated process by any job given to the system for a scheduled time not by doing the same thing again and again by the same script. If your title is regarding email automation then your video is incomplete.

  • @AnkitSharma-rl3lb
    @AnkitSharma-rl3lb 5 лет назад

    not able to install smtplib , it's showing error

    • @Iknowpython
      @Iknowpython  5 лет назад +1

      I guess it comes pre-installed with python 3 ...... you can check by importing it