Click here to Skip to main content
15,916,379 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i faces the one problem i am sending mail in gmail in asp.net and how can i identify the user can mail read or not in asp.net and how can i read my mail in gmail in asp.net
Posted
Updated 6-Jul-15 19:50pm
v2

You can't tell if a user has read an email, unless you provide a link for him to click and he clicks it - this is because spammers and phishers would like to know "live" email addresses so most systems are set to not download content (images etc) or send read receipts. Most systems (such as this site) send the user an email when he signs up, which contains a link to confirm the email address. Until the link is clicked, the user is restricted in what he can do (if anything). The easiest way to do this is to provide a "confirmation" page and supply a link with a querystring which identifies the user via a GUID value or similar to prevent he manually "guessing" the right string to use. The GUID provides a lookup which translates to the user so the registration DB can be updated.

To read gmail emails, see here: Read Gmail Inbox Message in ASP.NET[^]
 
Share this answer
 
Comments
Sheth Sachin 7-Jul-15 5:51am    
hi
you share the below link thanks but this solution is not perfect because all of the user can not share me your password at the time your solution is not working so please give me the better solution
OriginalGriff 7-Jul-15 6:06am    
Would you care to try saying that again, but remembering that I have no idea what you are going on about, and only get exactly what you tell me to work on...
Hi,

Not sure what are you using to send mails from c#.
You might check this link, for delivery reciepts and read reciepts.


http://www.splinter.com.au/emails-in-c-delivery-and-read-receipts-attach/[^]


Also check a quick read about read-receipts for personal gmail accounts.
https://support.google.com/mail/answer/1385059?hl=en[^]

Hope this helps!
Happy coding.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900