🔒 Used standard example domain name

This commit is contained in:
otthorn 2020-10-09 00:25:40 +02:00
parent 70d7e7cabe
commit f42310e4db
2 changed files with 5 additions and 3 deletions

View file

@ -27,7 +27,9 @@ configuration.
Usage : 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

View file

@ -8,7 +8,7 @@
# #
# Usage : # 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 # Envoie le contenu mail.txt avec les entêtes headers.txt à otthorn@crans.org