-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathsmtpapi_test_strings.json
More file actions
25 lines (25 loc) · 1.81 KB
/
smtpapi_test_strings.json
File metadata and controls
25 lines (25 loc) · 1.81 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
{
"json_string": "{}",
"add_to": "{\"to\":[\"foo@example.com\",\"bar@example.com\"]}",
"add_to_name": "{\"to\":[\"\\u0022Mike Bar\\u0022 <foo@example.com>\"]}",
"add_to_name_with_comma": "{\"to\":[\"\\u0022Mike, John and Jane Bar\\u0022 <foo@example.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\":[\"\\u5929\\u7834\\u6d3b\\u6bba\",\"\\u5929\\u7fd4\\u5341\\u5b57\\u9cf3\"]}",
"add_category_unicode_unescape": "{\"category\":[\"天破活殺\",\"天翔十字鳳\"]}",
"set_categories": "{\"category\":[\"setCategories\"]}",
"set_category": "{\"category\":[\"setCategory\"]}",
"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\":{\"setting\":{\"enable\":1,\"text/plain\":\"You can haz footers!\"}}}}",
"set_send_at": "{\"send_at\":1409348513}",
"set_send_each_at": "{\"send_each_at\":[1409348513,1409348514,1409348515]}",
"add_send_each_at": "{\"send_each_at\":[1409348513,1409348514,1409348515]}",
"set_asm_group_id": "{\"asm_group_id\":2}",
"set_ip_pool": "{\"ip_pool\":\"foo\"}"
}