Since Javascript doesn't support external (cross-domain) HttpRequest, is it still possible to send text message to external service using Javascript ?
In the case, the external service is not in our control. So, it's not possible to add "Access-Control-Allow-Origin:*" in the remote site.
By the way, to add a php in the local site is not the option, too.