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. General Programming
  3. Visual Basic
  4. creating a monitor for sending emails

creating a monitor for sending emails

Scheduled Pinned Locked Moved Visual Basic
help
5 Posts 4 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.
  • N Offline
    N Offline
    NarendraSinghJTV
    wrote on last edited by
    #1

    hey experts, i m sending multiple emails from my code in bulk, i just want to check which mail succeeded and which mail fails, i searched a lot but i m not getting any idea, can anybody help me with that. Or may be help in creating a email sending monitor waiting for positive reply

    Regards Narendra Singh (Jindal Tech Ventures)

    L S 2 Replies Last reply
    0
    • N NarendraSinghJTV

      hey experts, i m sending multiple emails from my code in bulk, i just want to check which mail succeeded and which mail fails, i searched a lot but i m not getting any idea, can anybody help me with that. Or may be help in creating a email sending monitor waiting for positive reply

      Regards Narendra Singh (Jindal Tech Ventures)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Please do not repost the same question; I already answered this in the C# forum. OK, my answer got lost for some reason (mistake on my part). Generally speaking mail systems do not do this, as they follow the physical mail model. You post a letter but you can only be certain it gets delivered if you get a response from the person who receives it. It is not very efficient for a mail system to send you a message every time it delivers an email, and many messages may go to accounts that nobody reads; but there is no way for the mail system to know that. You can tag messages with a request for a read receipt, but that still relies on the recipient agreeing to send you one - I never do.

      txtspeak is the realm of 9 year old children, not developers. Christian Graus

      modified on Tuesday, March 9, 2010 8:15 AM

      D 1 Reply Last reply
      0
      • L Lost User

        Please do not repost the same question; I already answered this in the C# forum. OK, my answer got lost for some reason (mistake on my part). Generally speaking mail systems do not do this, as they follow the physical mail model. You post a letter but you can only be certain it gets delivered if you get a response from the person who receives it. It is not very efficient for a mail system to send you a message every time it delivers an email, and many messages may go to accounts that nobody reads; but there is no way for the mail system to know that. You can tag messages with a request for a read receipt, but that still relies on the recipient agreeing to send you one - I never do.

        txtspeak is the realm of 9 year old children, not developers. Christian Graus

        modified on Tuesday, March 9, 2010 8:15 AM

        D Offline
        D Offline
        DaveAuld
        wrote on last edited by
        #3

        I just looked the C# forum to see your response, but there is nothing there? Unless there is another post with the same question somewhere else that you have answered? http://www.codeproject.com/Messages/3396503/identify-email-sent-or-not.aspx[^]

        Dave Don't forget to rate messages!
        Find Me On: Web|Facebook|Twitter|LinkedIn
        Waving? dave.m.auld[at]googlewave.com

        L 1 Reply Last reply
        0
        • D DaveAuld

          I just looked the C# forum to see your response, but there is nothing there? Unless there is another post with the same question somewhere else that you have answered? http://www.codeproject.com/Messages/3396503/identify-email-sent-or-not.aspx[^]

          Dave Don't forget to rate messages!
          Find Me On: Web|Facebook|Twitter|LinkedIn
          Waving? dave.m.auld[at]googlewave.com

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Weird or not? I'm usually quite careful to use the Preview, and reread my answer after pressing the Post button. I definitely wrote an answer, I can only assume that I was distracted and pressed Cancel for some reason.

          txtspeak is the realm of 9 year old children, not developers. Christian Graus

          1 Reply Last reply
          0
          • N NarendraSinghJTV

            hey experts, i m sending multiple emails from my code in bulk, i just want to check which mail succeeded and which mail fails, i searched a lot but i m not getting any idea, can anybody help me with that. Or may be help in creating a email sending monitor waiting for positive reply

            Regards Narendra Singh (Jindal Tech Ventures)

            S Offline
            S Offline
            Steven J Jowett
            wrote on last edited by
            #5

            The best solution that I can think of, is to embed a link an image URL into your email, so that the image is downloaded from a website. The URL in the email would be something like

            http://www.yourwebsite.com/Image.aspx?i=logo&Id=YourReceipientsId

            So basically what you are doing is referencing the Image.aspx page with the parameters of i=logo (parameter i = logo) and a unique Id for the Email/Receipient. What the Image.aspx does is record in a database that the Receipient has opened the email and downloaded the image, thus the email address is valid and been read. Then the page responds with an image.

            Steve Jowett ------------------------- Real programmers don't comment their code. If it was hard to write, it should be hard to read.

            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