[Solved] Send Twillio SMS response to email using PHP

You can create a webhook for this purpose. Whenever you will receive an SMS. Twilio will post details on this URL you have created and then you can parse this and write a script to send mail. https://www.twilio.com/docs/glossary/what-is-a-webhook https://support.twilio.com/hc/en-us/articles/223181788-Forwarding-SMS-Messages-to-your-Email-Inbox solved Send Twillio SMS response to email using PHP

[Solved] Twilio setting up help….Cant even run basic apps…..PHP [closed]

For starters, you have non-PHP code in your PHP block. <?php include (‘twilio.php’) ?> <?xml version=”1.0″ encoding=”UTF-8″?> <!– page located at http://example.com/dial_callstatus.xml –> <Response> <Dial action=”/handleDialCallStatus.php” method=”GET”> 6478804808 </Dial> <Say>I am unreachable</Say> </Response> 2 solved Twilio setting up help….Cant even run basic apps…..PHP [closed]