|
cool 
|
|
|
|
|
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
|
|
|
|
|
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.
That's explained here[^]
I are Troll
|
|
|
|
|
its visible in all the browsers except below ie7.
![Rose | [Rose]](https://codeproject.global.ssl.fastly.net/script/Forums/Images/rose.gif)
|
|
|
|
|
It surprised me at first, with nothing being displayed.
But later i discovered, if proper content was given within form, it displayed image properly.
specifying min-height, served no purpose with IE7.
Ravie Busie
Coding is my birth-right and bugs are part of feature my code has!
|
|
|
|
|
Hi, I was wondering if anyone could help/advise me on how I can write an iPhone application using C# or VB .NET / Visual Studio.
I have seen Mono but I don't want to pay $400. Is there another free bit of kit I can use?
Thanks in advance
|
|
|
|
|
|
Danpeking wrote: I have seen Mono but I don't want to pay $400
Mono is free software?
I are Troll
|
|
|
|
|
|
Monotouch is not free, you're right there. Mono OTOH is free - and there's a slight difference between Mono and Monotouch.
You could use Mono and Unity[^] - there's also a "free unity" link. This story[^] on arstechnica seems to suggest that it would be a viable alternative.
I are Troll
|
|
|
|
|
Thanks for the link. Looks like you would use Unity's static compiler to build the C# (mono) code? Very cool!!!
|
|
|
|
|
You're welcome. Mono has a static compiler, seems like it's embedded within Unity. I haven't read it all yet, and I don't know if there are more competing products.
Good hunting
I are Troll
|
|
|
|
|
what is the technical difference in ajax async and sync.
if i could get links to codeproject articles or external sites then that is enough.
Today's Beautiful Moments are
Tomorrow's Beautiful Memories
|
|
|
|
|
Please refer to post below>>
http://ajax.phpmagazine.net/2006/04/synchronous_versus_asynchronou.html
Ravie Busie
Coding is my birth-right and bugs are part of feature my code has!
|
|
|
|
|
The subject says it all, but I'm sure this doesn't only apply to Expression. I know I can use entity references for the angle brackets, but to do that by hand is pretty tedious.
|
|
|
|
|
If I have 2 href's in a link which one will it take?
|
|
|
|
|
I think that will depend on which browser you use.
Wout Louwers
|
|
|
|
|
Lets say IE, what will happen then?
|
|
|
|
|
Why not check yourself? I believe it is not that time consuming to do.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
|
|
|
|
|
I did check it myself but i wanted a second tester to conferm my result
|
|
|
|
|
And what happened?
And how do you put two HREFs in one link?
And why would you put 2 HREFs in one link?
Wout Louwers
|
|
|
|
|
Ok. So what result you got? Post the code and I will check that here myself.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
|
|
|
|
|
<a href="http://www.codeproject.com" href="http://www.google.com">Testing</a>
|
|
|
|