Skip to content
Snippets Groups Projects
Commit 789b8846 authored by Benoit MARECHAL's avatar Benoit MARECHAL :fish:
Browse files

Update README.md

parent 2995538f
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,6 @@ ldapsearch -x -h $LDAP_HOST \
SMTP variables are :
```
SMTP_HOST= # default
SMTP_PORT= # default port 25 not secure, and 587 for encrypted (secure)serveur
# SMTP_USERNAME= # optional
......@@ -266,6 +265,7 @@ echo $SMTP_BODY | mail -S smtp=$SMTP_HOST -s $SMTP_SUBJECT -r $SMTP_FROM $SMTP_R
## SMTP Testing with Telnet
With authentication :
```
# Get base64 Login
perl -MMIME::Base64 -e 'print encode_base64("LOGIN_HERE");'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment