hi ,
as we all work with the registration process , the normal and simple is after registring the user , we ask them to click on a link in the email , now what i am trying is that the user wont have to click any link an as soon he clicks / reads the email i should update the database and activate the user .
my friend Google told me that this is kind of a email read notification and we have 2 ways to do it,
1. adding the additional
headers X-Confirm-Reading-To:
Disposition-Notification-To:
or Return-Receipt-To:
after the From Header.
but this would send only an email to the email address specified.
2.Loading an image from the server and running the php script behind that image for example lets say we have a thumbnail generating php script which generates a thumbnail when the file name is given inside the src parameter, we can use that file and enter our code in that file .
The second one looks more like what i want to do , is there any other more secure way to do this job , google says the second one is more reliable.
regards,
Omer Aslam
as we all work with the registration process , the normal and simple is after registring the user , we ask them to click on a link in the email , now what i am trying is that the user wont have to click any link an as soon he clicks / reads the email i should update the database and activate the user .
my friend Google told me that this is kind of a email read notification and we have 2 ways to do it,
1. adding the additional
headers X-Confirm-Reading-To:
Disposition-Notification-To:
or Return-Receipt-To:
after the From Header.
but this would send only an email to the email address specified.
2.Loading an image from the server and running the php script behind that image for example lets say we have a thumbnail generating php script which generates a thumbnail when the file name is given inside the src parameter, we can use that file and enter our code in that file .
The second one looks more like what i want to do , is there any other more secure way to do this job , google says the second one is more reliable.
regards,
Omer Aslam
Comment