Updated Troubleshooting Mail (markdown)

Lauri Ojansivu 2021-04-24 13:03:11 +03:00
parent 0665c1e928
commit 18ea925833

@ -102,7 +102,7 @@ This message was sent using the Amazon SES SMTP interface.
. .
QUIT QUIT
``` ```
3a) `ses-send-email.sh` , with StartTLS: 3a) `ses-send-email.sh` , with STARTTLS:
``` ```
openssl s_client -crlf -quiet -starttls smtp -connect email-smtp.eu-west-1.amazonaws.com:587 < input.txt openssl s_client -crlf -quiet -starttls smtp -connect email-smtp.eu-west-1.amazonaws.com:587 < input.txt
``` ```