From f42310e4db935f47dc8e97da9adbf8300dea0ae5 Mon Sep 17 00:00:00 2001 From: otthorn Date: Fri, 9 Oct 2020 00:25:40 +0200 Subject: [PATCH] :lock: Used standard example domain name --- README.md | 6 ++++-- send_html_mail.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 692dcbb..0c0a45f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ configuration. Usage : -./send_html_mail.sh otthorn@crans.org +```shell +./send_html_mail.sh someone@example.org +``` -Envoie le contenu mail.txt avec les entêtes headers.txt à otthorn@crans.org +Envoie le contenu mail.txt avec les entêtes headers.txt à someone@example.org diff --git a/send_html_mail.sh b/send_html_mail.sh index 87fdb22..a653d0b 100755 --- a/send_html_mail.sh +++ b/send_html_mail.sh @@ -8,7 +8,7 @@ # # Usage : # -# ./send_html_mail.sh otthorn@crans.org +# ./send_html_mail.sh someone@example.org # # Envoie le contenu mail.txt avec les entêtes headers.txt à otthorn@crans.org