How to Send Email With Raspberry Pi Pico W

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 30

  • @tompaquette7138
    @tompaquette7138 ปีที่แล้ว +1

    Funny enough I was playing around with this concept for logging.

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      For logging with email? 🤔

    • @tompaquette7138
      @tompaquette7138 ปีที่แล้ว +1

      @@mmshilleh logger is the library. Instead of needing to store the data on the device or access the device to view the log, I have a deticated email for logging.

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      @@tompaquette7138 Interesting way to do logging. Why don't you send the logs to an MQTT broker and pull the logs from there if you need them?

    • @tompaquette7138
      @tompaquette7138 ปีที่แล้ว +1

      @@mmshilleh because I'm not a programmer. I'm a diy hobbyist who barely grasps Python.

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว +1

      @@tompaquette7138 Haha, well much respect for you for trying boss! Hopefully, your idea works. I have another video on how to get set up with MQTT to send data to a Node application but that is a little involved. Really appreciate you subbing to the channel, means a lot and I hope you find more of my future content of interest to you.

  • @DarthMauldinOfficial
    @DarthMauldinOfficial 9 หลายเดือนก่อน +1

    I really appreciated how concise this video was

    • @mmshilleh
      @mmshilleh  9 หลายเดือนก่อน

      I try to cut out the BS in my videos because I hate wasting time, glad you enjoy

  • @paulramasco6769
    @paulramasco6769 ปีที่แล้ว +1

    This was pretty cool, thanks for the awesome video.

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      Happy you liked do not forget to subscribe mate

  • @lansdonalcorn6998
    @lansdonalcorn6998 ปีที่แล้ว +2

    Thanks for video! Do you know if there is a way to attach a file to an email sent from the pico w? I looked over the umail code and didn't see anything obvious.

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว +1

      Dont think you can with this package sadly. Have you tried sending it as binary?

    • @lansdonalcorn6998
      @lansdonalcorn6998 ปีที่แล้ว

      @@mmshilleh will look into that. Thanks

    • @facuakalobo
      @facuakalobo ปีที่แล้ว

      @@lansdonalcorn6998 Hi! digging up in a proyect and i need to attach n send a .txt file, did u find out if its possible with umail? thanks

  • @btigenie
    @btigenie 7 หลายเดือนก่อน +1

    Keep getting error "no module named ussl"

    • @mmshilleh
      @mmshilleh  7 หลายเดือนก่อน

      Hmmmm are you using the latest micropython for the Pico W?

    • @btigenie
      @btigenie 7 หลายเดือนก่อน

      @@mmshilleh MicroPython v1.23.0 on 2024--06-02

    • @btigenie
      @btigenie 7 หลายเดือนก่อน

      @@mmshilleh yes

    • @robertshaffer6662
      @robertshaffer6662 7 หลายเดือนก่อน

      Does anyone know a solution for the missing ussl in Micropython 1.23?

    • @btigenie
      @btigenie 7 หลายเดือนก่อน

      @@robertshaffer6662 change import line to import ssl as ussl

  • @ThomasLorenz1
    @ThomasLorenz1 ปีที่แล้ว +1

    Thank's !!!

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      Of course, hope you subscribe!

  • @BraydenMcCauley-u3w
    @BraydenMcCauley-u3w ปีที่แล้ว +1

    where is the constants.py file

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      it is a file you can create in the same directory. Just had constants in the file

  • @deatheater1900
    @deatheater1900 ปีที่แล้ว +1

    amazing help, but getting app password has changed.
    you need to click 2factor and its under it now

    • @mmshilleh
      @mmshilleh  ปีที่แล้ว

      thanks for adding this detail! Yeah you do need 2 factor