PHPを使用してテキストメッセージを送信できないようです
このコードは機能しませんが、すべて表示されます $text['pn'] は電話番号 (##########) で、$text['pp'] はプロバイダー (@myboostmobile.com) です
$text = mysql_fetch_assoc(mysql_query("SELECT * FROM `users` WHERE username='plmexico' "));
$textto = $text['pn'].$text['pp'];
mail($textto, "", "http://www.logamp.com/mobile/vmusic/view.php?id=", "From: notification <not@logamp.com>\r\n");
私がこのようにすると
mail("##########@myboostmobile.com", "", "Your packaged has arrived!", "From: test test <test@test.name>\r\n");
それは正常に動作します