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
  1. Home
  2. Web Development
  3. failure email - store in db

failure email - store in db

Scheduled Pinned Locked Moved Web Development
databasetutorial
4 Posts 2 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.
  • P Offline
    P Offline
    Poonam Gandash
    wrote on last edited by
    #1

    Hi I wrote a code to send newsletter to all members of site. There are 1000 members on site. Some mails are bouncing back. How I can store bounce mail addresses directly in database. How I can record - when my mail was read and how many times from which IP. I have seen this working application in classic asp. I am working in classic asp. Please guide. thanks in advance

    L 1 Reply Last reply
    0
    • P Poonam Gandash

      Hi I wrote a code to send newsletter to all members of site. There are 1000 members on site. Some mails are bouncing back. How I can store bounce mail addresses directly in database. How I can record - when my mail was read and how many times from which IP. I have seen this working application in classic asp. I am working in classic asp. Please guide. thanks in advance

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

      Poonam Devi wrote:

      Some mails are bouncing back. How I can store bounce mail addresses directly in database.

      These bounced mails are delivered to your email-address. You'd need to make a connection, probably using POP, to read them and flag those in your database.

      Poonam Devi wrote:

      How I can record - when my mail was read and how many times from which IP.

      Invest 1-3 hours in reading this[^] Coding4Fun article. Once you're done, consider that the image could be 1 pixel by 1 pixel, and it could be white. Hence, you don't see it - but your code will execute when the mailbrowser opens the image, which in turn gives you the change to flag a record in your database, with the requesting IP and the current date and time. Happy Programming :)

      I are Troll :suss:

      P 1 Reply Last reply
      0
      • L Lost User

        Poonam Devi wrote:

        Some mails are bouncing back. How I can store bounce mail addresses directly in database.

        These bounced mails are delivered to your email-address. You'd need to make a connection, probably using POP, to read them and flag those in your database.

        Poonam Devi wrote:

        How I can record - when my mail was read and how many times from which IP.

        Invest 1-3 hours in reading this[^] Coding4Fun article. Once you're done, consider that the image could be 1 pixel by 1 pixel, and it could be white. Hence, you don't see it - but your code will execute when the mailbrowser opens the image, which in turn gives you the change to flag a record in your database, with the requesting IP and the current date and time. Happy Programming :)

        I are Troll :suss:

        P Offline
        P Offline
        Poonam Gandash
        wrote on last edited by
        #3

        Thanks for your answer. Suggested link is in asp.net I want in classic asp. You'd need to make a connection, probably using POP, to read them and flag those in your database. -Can you guide how to make a connection using pop. Please guide Thanks

        L 1 Reply Last reply
        0
        • P Poonam Gandash

          Thanks for your answer. Suggested link is in asp.net I want in classic asp. You'd need to make a connection, probably using POP, to read them and flag those in your database. -Can you guide how to make a connection using pop. Please guide Thanks

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

          Poonam Devi wrote:

          Suggested link is in asp.net I want in classic asp.

          In that case you better try to write it in ASP Classic. You can use the ASP.NET version as an example. In other words; I'm not going to translate the article to ASP Classic.

          Poonam Devi wrote:

          Can you guide how to make a connection using pop.

          That's explained here[^] :)

          I are Troll :suss:

          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