Wiki » History » Version 1
Soh Keong, 08/22/2022 10:42 AM
1 | 1 | Soh Keong | {{toc}} |
---|---|---|---|
2 | |||
3 | h1. Wiki |
||
4 | |||
5 | h1. Steps |
||
6 | |||
7 | # Test SMS content in DEVELOPMENT to determine is ONE Sms. |
||
8 | |||
9 | <pre> |
||
10 | Sample Script: |
||
11 | |||
12 | Malaysia: |
||
13 | $JAVA_PATH/java -Dprogram.name=SendSmsByFile -classpath $CP SendSmsByFile siugeng.csv "COSWAY: Your membership is now auto-renewed. Get a FREE Gift & RM20 eVoucher. Your MEMBER ID is the voucher code. Valid till 31/1/22. Shop now. T&C apply." |
||
14 | |||
15 | Brunei: |
||
16 | $JAVA_PATH/java -Dprogram.name=SendSmsByFileBR -classpath $CP SendSmsByFile siugeng.csv "COSWAY: Your membership is now auto-renewed. Get a FREE Gift & RM20 eVoucher. Your MEMBER ID is the voucher code. Valid till 31/1/22. Shop now. T&C apply." |
||
17 | |||
18 | Singapore: |
||
19 | $JAVA_PATH/java -Dprogram.name=SendSmsByFileSG -classpath $CP SendSmsByFile siugeng.csv "COSWAY:Your membership is now auto-renewed.Enjoy Loyalty Rewards & get your CURRENCY_SIGN10 eVoucher. Your MEMBER ID is the voucher code.Valid till 31/1/22.T&C apply." |
||
20 | |||
21 | </pre> |
||
22 | |||
23 | Note: |
||
24 | Parameter 1; shopper mobile no.list(siugeng.csv using Siu Geng Mobile no.) ; format: mobile_no,shopper_ref_no |
||
25 | Parameter 2; SMS content |
||
26 | |||
27 | For Singapore SMS with display currency by “CURRENCY_SIGN” instant “$” |
||
28 | |||
29 | * Avoid special Character in content |
||
30 | |||
31 | |||
32 | |||
33 | Run script: |