git clone https://github.com/edoweb/Mailtest
cd Mailtest
rm -rf mailer
mvn clean install
mkdir mailer
cp README.md mailer
cp target/Mailtest-0.0.1-SNAPSHOT-jar-with-dependencies.jar mailer
cp mail.properties mailer
cd mailer
editor Mail.txt #Email text, default will send the README.md
editor mail.properties
java -classpath mail.properties -jar Mailtest-0.0.1-SNAPSHOT-jar-with-dependencies.jar