| t@@ -5,11 +5,11 @@ and sends it as an e-mail.
Licensed under the GNU Public License, v.3, see `LICENSE.txt` for details.
## Requirements
-`curl` and `mutt`
+`curl`, `mutt`, and `msmtp`
## Setup
Configure the lat/long/zipcode/recipient e-mail address in `fetch_and_mail.sh`.
To get the weather forecast in your inbox every morning, add an entry to
crontab (using e.g. `crontab -e`):
- 06 00 * * * bash ~/nws-forecast-mailer/fetch_and_mail.sh > ~/.nws.log
+ 06 00 * * * cd ~/nws-forecast-mailer && bash fetch_and_mail.sh |