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
Post a Comment