failure email - store in db
-
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
-
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
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:
-
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:
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
-
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
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.
I are Troll :suss: