Libraryless. Click here for Pure Java version (3788L/25K).
1 | // returns XML |
2 | sS lox24_sendSMS(S konto, S password, int service, S from, S to, S text, bool unicode) {
|
3 | ret postPage("https://www.lox24.eu/API/httpsms.php",
|
4 | +konto, |
5 | password := md5(password), |
6 | +service, |
7 | +text, |
8 | +from, |
9 | +to, |
10 | return := "xml", |
11 | httphead := 0, |
12 | encoding := unicode ? 1 : 0); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026133 |
| Snippet name: | lox24_sendSMS |
| Eternal ID of this version: | #1026133/1 |
| Text MD5: | 543fe6b9e5a79a38ecc33bfcc7a156cb |
| Transpilation MD5: | 5e7a0b72703626883988fc3a98a5a85c |
| Author: | stefan |
| Category: | javax / sms |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-26 14:45:27 |
| Source code size: | 334 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 489 / 615 |
| Referenced in: | [show references] |