Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Borna authored and Borna committed Jun 5, 2024
1 parent 05b12ee commit 921292a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NoIPChat mail/Config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<Configuratio>
<Configuration>
<SMTP>
<Interface>
<InterfaceIP>127.0.0.1</InterfaceIP>
Expand All @@ -13,4 +13,4 @@
</Interface>
</POP3>
<Logfile>Mail.log</Logfile>
</Configuratio>
</Configuration>
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# NoIPChat mail

NoIPChat mail plugin enables usage of regular email clients via SMTP and POP3 in NoIPChat network.

**Installation**

To install using default configuration, just place NoIPChat mail.nip into the Plugins folder of the Server.

Once plugin is unpacked, close the Server if any changes are needed in configuration.

**Configuration**

Plugin is configured through Config.php

Inside both SMTP and POP3 tags there should be at least one Interface.

InterfaceIP is IP address assigned to network interface (in case of NAT, this is private IP)

Port is a port number (port should be opend in firewall)

0 comments on commit 921292a

Please sign in to comment.