Correct syntax to extract email address in 'autodiscover.php'
I need to extract the email address from "php://input" and render it within xml output - as part of the outlook 'autodiscover.xml' process. Working as expected, but I just need to pass the email address as the login name. Here…