I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line. In short, you need to use the -r option. For example:echo "Enter your message here. Thank you." | mail -s "Enter your subject here" -r
Related Articles
How to Clear Gmail iOS App Cac...
I was annoyed recently because my iPhone Gmail app didn't show the latest saved drafts, and I couldn't for the life of me figure out how to clear the app's cach...
FreeNAS - Bi-Directional Rsync...
Go to /root on 1st server. ssh root@server1 cd /root FreeNAS OS drive is mounted read-only, so mount it RW. mount -o rw / Generate an RSA key & leave the ...
My 30-Day Trial of Google Apps...
Although I adore running my own mail server, I was curious about Google Apps for Work, specifically Gmail for Work. Could it block spam as effectively as my ow...
Windows - Install Fonts Via Co...
I found this awesome Windows powershell script that allows you to install fonts via the command line. This is very convenient for mass deployment.$ssfFonts = 0...