kwtsms 0.1.6

Rust client for the kwtSMS API (kwtsms.com). Send SMS, check balance, validate numbers, and more.
Documentation
1
2
3
4
5
6
7
8
9
KWTSMS_USERNAME=your_api_user
KWTSMS_PASSWORD=your_api_pass
KWTSMS_SENDER_ID=KWT-SMS
KWTSMS_TEST_MODE=1
KWTSMS_LOG_FILE=kwtsms.log

# For integration tests (cargo test --features integration)
rust_username=your_api_user
rust_password=your_api_pass