http://".$sendtoclient.":".$clientport."/cgi-bin/xmessage?caption=Info&timeout=0&body=".$messagetext; //Enigma1 without authentication
http://".$clientusername.":".$clientpassword."@".$sendtoclient.":".$clientport."/cgi-bin/xmessage?caption=Info&timeout=0&body=".$messagetext; //Enigma1 with authentication
http://".$sendtoclient.":".$clientport."/web/message?text=".$messagetext."&type=3&timeout=0"; //Enigma2 without authentication
http://".$clientusername.":".$clientpassword."@".$sendtoclient.":".$clientport."/web/message?text=".$messagetext."&type=3&timeout=0"; //Enigma2 with authentication