xml mail settings

Xml code posted
created at 10 Jul 11:45

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <system.net>
    <mailSettings>
      <smtp deliveryMethod="Network" from="Администратор example@mail.ru">
        <network host="smtp.mail.ru" userName="example@mail.ru" password="password1" port="2525" enableSsl="true" defaultCredentials="false" />
      </smtp>
    </mailSettings>
    <defaultProxy useDefaultCredentials="true">
      <proxy proxyaddress="http://192.168.0.1:8080" bypassonlocal="True"/>
    </defaultProxy>
  </system.net>
</configuration>
528 Bytes in 2 ms with coderay