🔒 Used standard example domain name
This commit is contained in:
parent
70d7e7cabe
commit
f42310e4db
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue