How to Track Emails (simple example with PHP)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025
  • Learn how email trackers work by creating a simple PHP script attached to an image. The tracking pixel will log when the email was opened and from what IP address.
    Find more at tonyteaches.tech
    Check out my vlog channel ‪@TonyFlorida‬

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

  • @d.developer
    @d.developer ปีที่แล้ว

    ah ha! finally. i've waited for the video Sir!

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

    Thanks! This was super useful for me.

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

      You're welcome! Subscribe if you haven't already for more videos like this from me 🙏

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

    Very nice 👍

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

    Thank you 👍

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

    what about google caching the email content even the email is not opened, it will show the email has been opened

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

      But It’d only cache the source wouldn’t it?

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

    useful, thank you!

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

    Sir any suggestions for dedicated GPU server for 24/7 live stream on TH-cam channel

  • @irtazahussain8118
    @irtazahussain8118 8 หลายเดือนก่อน

    What about external media download and email tracking privacy of email providers? How can we deal with this?

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

      That's a clientside option, and there is no real way to get around that. Many companies like mailtrack embed a single pixel tracking image on emails, and if the recipient never downloads the image (for instance reads the email as plaintext) or they have an extension that blocks tracking pixels you will never get the notification. There is no way that you can force the loading of images on the recipient side.

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

    nice php example. apache already logs all those infos by itself inside its access log though