This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 |
<plist version="1.0"> |
| 4 |
<dict> |
| 5 |
<key>External SMTP</key> |
| 6 |
<dict> |
| 7 |
<key>Server</key> |
| 8 |
<string>your smtp mail server name</string> |
| 9 |
<key>Port</key> |
| 10 |
<integer>25</integer> |
| 11 |
<key>Account</key> |
| 12 |
<string>your account name e.g. email address</string> |
| 13 |
<key>Passphrase</key> |
| 14 |
<string>your smtp passphrase if required</string> |
| 15 |
<key>FromAddress</key> |
| 16 |
<string>used for from field of your outgoing mail</string> |
| 17 |
<key>Authentification Type</key> |
| 18 |
<string>plain</string> |
| 19 |
</dict> |
| 20 |
<key>Local SMTP</key> |
| 21 |
<dict> |
| 22 |
<key>Port</key> |
| 23 |
<integer>2000</integer> |
| 24 |
</dict> |
| 25 |
</dict> |
| 26 |
</plist> |