github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/yaml/email/v1.yaml (about) 1 title: 邮件地址 2 desc: 3 author: zentao 4 version: 1.0 5 6 field: email 7 instances: 8 - instance: number_with_esp 9 note: 数字加服务商域名 10 fields: 11 - field: several_numbers 12 from: name.numbers.v1.yaml 13 use: numbers 14 postfix: "@" 15 - field: esp_domain 16 from: domain.esp.v1.yaml 17 use: esp 18 - instance: number_with_self 19 note: 数字加自定义域名 20 fields: 21 - field: several_numbers 22 from: name.numbers.v1.yaml 23 use: numbers 24 postfix: "@" 25 - field: custom_domain 26 from: domain.domain.v1.yaml 27 use: mixed_at_common 28 29 - instance: letter_with_esp 30 note: 英文字符加服务商域名 31 fields: 32 - field: letters 33 from: name.letters.v1.yaml 34 use: letters 35 postfix: "@" 36 - field: esp_domain 37 from: domain.esp.v1.yaml 38 use: esp 39 - instance: letter_with_self 40 note: 英文字符加自定义CN域名 41 fields: 42 - field: letters 43 from: name.letters.v1.yaml 44 use: letters 45 postfix: "@" 46 - field: custom_domain 47 from: domain.domain.v1.yaml 48 use: mixed_at_cn 49 50 - instance: western_with_esp 51 note: 英文账号加服务商域名 52 fields: 53 - field: english_account 54 from: name.enaccount.v1.yaml 55 use: common_underline 56 postfix: "@" 57 - field: esp_domain 58 from: domain.esp.v1.yaml 59 use: esp 60 - instance: western_with_self 61 note: 英文账号加自定义新域名 62 fields: 63 - field: english_account 64 from: name.enaccount.v1.yaml 65 use: common_dot 66 postfix: "@" 67 - field: custom_domain 68 from: domain.domain.v1.yaml 69 use: mixed_at_new 70 71 - instance: pinyin_with_esp 72 note: 拼音加服务商域名 73 fields: 74 - field: chinese_account 75 from: name.cnaccount.v1.yaml 76 use: common_underline 77 postfix: "@" 78 - field: esp_domain 79 from: domain.esp.v1.yaml 80 use: esp 81 - instance: pinyin_with_self 82 note: 拼音加自有域名 83 fields: 84 - field: chinese_account 85 from: name.cnaccount.v1.yaml 86 use: common_dot 87 postfix: "@" 88 - field: part2 89 from: domain.domain.v1.yaml 90 use: mixed_at_common