可能重复:
来自 Web 应用程序的 SMS
通过 php 发送邮件的示例代码
// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70);
// Send
mail('caffeinated@example.com', 'My Subject', $message);
?>
是否有任何代码可以通过 php 代码发送短信。如果没有选项我 php.ini 通过php自由发送短信的解决方案是什么?我怎样才能做到这一点。特别是在印度境内。