This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
msgstr = <<END_OF_MESSAGE | |
From: Your Name <[email protected]> | |
To: Destination Address <[email protected]> | |
Subject: test message | |
Date: Sat, 19 Jan 2019 16:26:43 +0900 | |
Message-Id: blah123 | |
This is a test message. Now I can use your email address to send emails..yay!!! | |
END_OF_MESSAGE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export JAVA_HOME="$(dirname $(dirname $(realpath $(which javac))))" |