How to send reply to mail in php -


i have created script send email users link on it. want when user click on click email should revert send confirmation user has accept invitation. able send mail client how can reply them?

if want confirmation have clicked link , accepted invitation need make link point server , include users id in url. example:

click <a href="http://myserver.com/accept_invitation.php?userid=34">here<a/> accept invitation. 

the create accept_invitation.php script on server , access user id using $_get['userid']. want want accepted invite, store in database or send email inform have accepted.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -