1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| <?xml version="1.0" encoding="UTF-8"?>
|
| <mail>
| <server-list>
|
| <server name="dms-service" active="T" debug="">
| <host>smtp.exmail.qq.com</host>
| <port>465</port>
| <protocol>smtp</protocol>
| <auth>true</auth>
| <account>service.dms@highdatas.com</account>
| <password>Mail123456</password>
| </server>
|
| </server-list>
|
| </mail>
|
|