From ccaff2a25e5a6a1d0a7deae2f10493dbc3088b7a Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Wed, 9 May 2018 02:14:55 -0500 Subject: [PATCH] Added a note about debugging. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61ad9c9..d4a7689 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,7 @@ for authentication (like Thunderbird or Outlook). First you need to enable acces Also take into account that email `From:` header will contain the email address of the account being used to authenticate against the Gmail SMTP server(SMTP_USERNAME), the one on the email will be ignored by Gmail. + + +### Debugging +If you need troubleshooting the container you can set the environment variable _DEBUG=yes_ for a more verbose output.