SMS API: HTML |
OverviewThe HTML code below is a simple form that can be used to submit messages directly to our server or to another script that is dedicated to the message-sending process (so as to protect your username and password).
<form action="MessageSendingScript" method="post"> |