Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. How to know if anybody received, red or deleted my email

How to know if anybody received, red or deleted my email

Scheduled Pinned Locked Moved Web Development
toolstutorialquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Edilson Vasconcelos de Melo Junior
    wrote on last edited by
    #1

    Hi, I need to send emails for registered clients and i wanna know what happened with these e-mail. I mean: i need to attach a script or something else to the send emails and when the client receive the email an note (event datetime) is sent back to me, the same thing must happen when the client read and when he delete the email. Is there anyway ro do that? Thank u very much, Dirso.

    P 1 Reply Last reply
    0
    • E Edilson Vasconcelos de Melo Junior

      Hi, I need to send emails for registered clients and i wanna know what happened with these e-mail. I mean: i need to attach a script or something else to the send emails and when the client receive the email an note (event datetime) is sent back to me, the same thing must happen when the client read and when he delete the email. Is there anyway ro do that? Thank u very much, Dirso.

      P Offline
      P Offline
      Philip Patrick
      wrote on last edited by
      #2

      Hmm, well, you can use some trick to know if your client read the e-mail. First, make your e-mail HTML and not text, but you did already I think Then somewhere in your the HTML body of e-mail you can use any tag that can go to another location, for example - LINK or IMG tag. I'd prefer to use LINK. Then your LINK tag will look like this:

      <LINK href="http://www.yourdomain.com/trackit.asp?customerid=20" rel=stylesheet>

      What will happen? When he reads(opens) your e-mail, it will ask for file "trackit.asp" on your domain, and this request you can process and remember from customerid who it was :) Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com

      N E 2 Replies Last reply
      0
      • P Philip Patrick

        Hmm, well, you can use some trick to know if your client read the e-mail. First, make your e-mail HTML and not text, but you did already I think Then somewhere in your the HTML body of e-mail you can use any tag that can go to another location, for example - LINK or IMG tag. I'd prefer to use LINK. Then your LINK tag will look like this:

        <LINK href="http://www.yourdomain.com/trackit.asp?customerid=20" rel=stylesheet>

        What will happen? When he reads(opens) your e-mail, it will ask for file "trackit.asp" on your domain, and this request you can process and remember from customerid who it was :) Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com

        N Offline
        N Offline
        Nish Nishant
        wrote on last edited by
        #3

        Philip Patrick wrote: I'd prefer to use LINK. Then your LINK tag will look like this: What's the functionality of a LINK tag??? :confused: Nish

        Oh, I don't know why she's leaving, or where she's gonna go I guess she's got her reasons but I just don't wanna know 'Cos for 24 years I've been living next door to Alice 24 years just waitin' for a chance To tell her how I feel and maybe get a second glance Now I gotta get used to not living next door to Alice

        P 1 Reply Last reply
        0
        • N Nish Nishant

          Philip Patrick wrote: I'd prefer to use LINK. Then your LINK tag will look like this: What's the functionality of a LINK tag??? :confused: Nish

          Oh, I don't know why she's leaving, or where she's gonna go I guess she's got her reasons but I just don't wanna know 'Cos for 24 years I've been living next door to Alice 24 years just waitin' for a chance To tell her how I feel and maybe get a second glance Now I gotta get used to not living next door to Alice

          P Offline
          P Offline
          Philip Patrick
          wrote on last edited by
          #4

          Nish [BusterBoy] wrote: What's the functionality of a LINK tag??? It generally used for style sheet files, e.g. instead of placing a STYLE tag in your page, you can save all STYLE tag contents inside separate file and use a LINK tag to "link" to this file like this:

          <LINK href="mystylesheet.css" rel=stylesheet>

          Actually there are more functionality of this tag, changing the rel parameter but... I coudn't figured what else to do with it :laugh: Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com

          1 Reply Last reply
          0
          • P Philip Patrick

            Hmm, well, you can use some trick to know if your client read the e-mail. First, make your e-mail HTML and not text, but you did already I think Then somewhere in your the HTML body of e-mail you can use any tag that can go to another location, for example - LINK or IMG tag. I'd prefer to use LINK. Then your LINK tag will look like this:

            <LINK href="http://www.yourdomain.com/trackit.asp?customerid=20" rel=stylesheet>

            What will happen? When he reads(opens) your e-mail, it will ask for file "trackit.asp" on your domain, and this request you can process and remember from customerid who it was :) Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com

            E Offline
            E Offline
            Edilson Vasconcelos de Melo Junior
            wrote on last edited by
            #5

            Hi, Thank u very much for your attention. This helped me very much!! But i still need your help. Is there anyway (some trick) to know when the user deletes my email and/or if he forward it to anyone else (and who was this)? Thank u very much, Dirso

            P 1 Reply Last reply
            0
            • E Edilson Vasconcelos de Melo Junior

              Hi, Thank u very much for your attention. This helped me very much!! But i still need your help. Is there anyway (some trick) to know when the user deletes my email and/or if he forward it to anyone else (and who was this)? Thank u very much, Dirso

              P Offline
              P Offline
              Philip Patrick
              wrote on last edited by
              #6

              ... At least I don't know such way :( Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups