aboutsummaryrefslogtreecommitdiff
path: root/_tils
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-12 15:47:55 -0300
committerEuAndreh <eu@euandre.org>2021-01-12 15:47:55 -0300
commit87172ad4dec3488cc2f28637ffb863020518aeea (patch)
treef9f71b5784cf2e604f46be6a5fbd5c4099566c6e /_tils
parentAdd another TIL on AWK: curl flags (diff)
downloadeuandre.org-87172ad4dec3488cc2f28637ffb863020518aeea.tar.gz
euandre.org-87172ad4dec3488cc2f28637ffb863020518aeea.tar.xz
Awk TIL: tweak introdction
Diffstat (limited to '')
-rw-r--r--_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.md b/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.md
index 3ac5b97..880ddf1 100644
--- a/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.md
+++ b/_tils/2021-01-12-awk-snippet-send-email-to-multiple-recipients-with-curl.md
@@ -12,7 +12,7 @@ ref: awk-snippet-send-email-to-multiple-recipients-with-curl
---
-As I experimented with [Neomutt][neomutt], I wanted to keep being able to enqueue emails for sending later like my previous setup, so that I didn't rely on having an internet connection.
+As I experiment with [Neomutt][neomutt], I wanted to keep being able to enqueue emails for sending later like my previous setup, so that I didn't rely on having an internet connection.
My requirements for the `sendmail` command were:
1. store the email in a file, and send it later.