Python | Generate & Verify OTP | Random OTP | Send Email | SMTP

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 12

  • @deepakpunia2188
    @deepakpunia2188 11 місяців тому +2

    Love this video bro... Keep doing good job🎉

  • @istiakahmed3033
    @istiakahmed3033 4 місяці тому +1

    Thanks. Your code worked in my machine

  • @Beenanandanwar-lm2og
    @Beenanandanwar-lm2og 7 місяців тому +1

    How we can add loop

  • @sharadakumariv6413
    @sharadakumariv6413 5 днів тому

    Where can i get the code?

  • @Lovely-zg3ob
    @Lovely-zg3ob 8 місяців тому +4

    Hi.. I tried the code.. but i am not receiving any mail..

  • @sound8d520
    @sound8d520 3 місяці тому

    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

    • @juniorvalente1483
      @juniorvalente1483 3 місяці тому +1

      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

    • @LearnandCodeHub
      @LearnandCodeHub 2 місяці тому

      👍​@@juniorvalente1483

    • @soumyap9552
      @soumyap9552 Місяць тому

      Bro install the module