Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added mailx installation. Not 100% sure this is right but will find out soon with the new server setup.

...

Here is how to send a test email.

First install a simple mail program. In this example we will use mailx,

Code Block
sudo apt-get install bsd-mailx

Next send the email,

Code Block
languagebash
echo "test" | mail -s testsubject bhitch@imagecomics.com

...