Email Linker Plugin Documentation
Installation
- Download the plugin jar from SpigotMC (opens in a new tab)
- Put the plugin jar into your server's plugin folder.
- Restart Your Server.
Using the SMTP Server.
SMTP Server Configuration (File: config.yml)
config.yml
smtp:
hostname: "host.com"
username: "username"
password: "p@$$w0rd"
port: 000
usessl: true
fromaddress: [email protected]
Put your SMTP Server details in this section.