-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail.js
More file actions
50 lines (34 loc) · 1.54 KB
/
mail.js
File metadata and controls
50 lines (34 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
`use strict`;
module.exports = {
Mail: {
mpesa: [
`Spot Trade Assets - Buy Using MPesa(Mobile Money) is now Online`,
`Dear Customer\n\n`+
`We've now introduced MPESA deposit & withdrawal for customers based in Kenya, you can also buy & sell the Kenya Shilling(KES) for other currencies in our forex market.\n\n`+
`\tNEW PAIR: USD/KES\n`+
`\tTrade KES now at: https://quidbit.space/trade/USD_KES`
],
OPENUK: [
`UK Markets Open Now`,
`Quidbit UK Commodities, Securities & Option markets are now open for the trading day /@date.\n\n`+
`Trade now at: https://quidbit.space/trade/GBP_USD\n\n`+
`Day trading for UK equities will be available until 4:00 pm GMT\n\n`+
`Crypto & UK Sterling(GBP) Forex paired assets/currencies are open for trading 24/7\n\n`+
`if you have any questions, please contact us at mailto@quidbit.space`
],
OPENUS: [
`USA Markets Open Now`,
`Quidbit US Commodities, Securities & Option markets are now open for the trading day /@date.\n\n`+
`Day trading for US equities will be available until 4:00 pm ET\n\n`+
`Crypto & US Dollar(USD) Forex paired assets/currencies are open for trading 24/7\n\n`+
`Trade now at: https://quidbit.space/trade/BTC_USD\n\n`+
`if you have any questions, please contact us at mailto@quidbit.space`
],
welcome: [
`Onboarding Process Successful`,
`We are happy to have you onboard!\n\n`+
`Below are your Quidbit account details:\n`+
`Email: /@mail`
]
}
}