From 6c3a9e3f88af6a9f3438ef51aa3437c5b47976dc Mon Sep 17 00:00:00 2001 From: chriswayg Date: Tue, 26 May 2020 14:56:44 +0800 Subject: [PATCH] Yandex test account not working any more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2535aa0..202ec57 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ You can configure your variables in ansible with one of the following ``` ## Run -**By default mstmp will function out of the box with the defaults/main.yml settings, because the configuration uses a real smtp server (for testing only!)** +- mstmp used to function out of the box with the provided defaults/main.yml settings, because the configuration used a real smtp server for testing, but Yandex does not allow this any more. Instead use a Gmail account for testing. ```ansible-playbook -l hostname msmtp.yml```