-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathsmtpapi_test_strings.json
23 lines (23 loc) · 1.56 KB
/
smtpapi_test_strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"json_string": "{}",
"add_to": "{\"to\":[\"addTo@mailinator.com\"]}",
"set_tos": "{\"to\":[\"setTos@mailinator.com\"]}",
"add_substitution": "{\"sub\":{\"sub\":[\"val\"]}}",
"set_substitutions": "{\"sub\":{\"sub\":[\"val\"]}}",
"add_unique_arg": "{\"unique_args\":{\"add_unique_argument_key\":\"add_unique_argument_value\",\"add_unique_argument_key_2\":\"add_unique_argument_value_2\"}}",
"set_unique_args": "{\"unique_args\":{\"set_unique_argument_key\":\"set_unique_argument_value\"}}",
"add_category": "{\"category\":[\"addCategory\",\"addCategory2\"]}",
"add_category_unicode": "{\"category\":[\"\\u30ab\\u30c6\\u30b4\\u30eaUnicode\",\"\\u30ab\\u30c6\\u30b4\\u30ea2Unicode\",\"\\ud87e\\ude1b\"]}",
"set_categories": "{\"category\":[\"setCategories\"]}",
"add_section": "{\"section\":{\"set_section_key\":\"set_section_value\",\"set_section_key_2\":\"set_section_value_2\"}}",
"set_sections": "{\"section\":{\"set_section_key\":\"set_section_value\"}}",
"add_filter": "{\"filters\":{\"footer\":{\"settings\":{\"text/html\":\"<strong>boo</strong>\"}}}}",
"set_filters": "{\"filters\":{\"footer\":{\"settings\":{\"enable\":1,\"text/plain\":\"You can haz footers!\"}}}}",
"set_send_at": "{\"send_at\":1428611024}",
"add_send_each_at": "{\"send_each_at\":[1428611024,1428611025]}",
"set_send_each_at": "{\"send_each_at\":[1428611024,1428611025]}",
"set_asm_group_id": "{\"asm_group_id\":1}",
"add_asm_group": "{\"asm_groups_to_display\":[671332]}",
"add_asm_groups": "{\"asm_groups_to_display\":[45,23]}",
"set_ip_pool": "{\"ip_pool\":\"testPool\"}"
}