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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -