summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-21 11:31:22 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-21 11:31:22 -0700
commita8d74e9ebb27e06862855e4961ee1d84b9c31cce (patch)
tree196c7f865df533d94cd739448b6d0f598601db76 /doc
parent7d94eb1dcabea72712050d8a7059d7c7ee674f0c (diff)
downloadchat-a8d74e9ebb27e06862855e4961ee1d84b9c31cce.tar.gz
chat-a8d74e9ebb27e06862855e4961ee1d84b9c31cce.tar.bz2
chat-a8d74e9ebb27e06862855e4961ee1d84b9c31cce.zip
WIP
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Troubleshooting-Email.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/install/Troubleshooting-Email.md b/doc/install/Troubleshooting-Email.md
new file mode 100644
index 000000000..0ddc807bb
--- /dev/null
+++ b/doc/install/Troubleshooting-Email.md
@@ -0,0 +1,21 @@
+
+change settings via system console
+
+known good settings for providers:
+amazon ses
+postfix
+gmail
+hotmail
+sendgrid
+
+if you fill in a username/password you must use a secure connection like TLS or STARTTLS
+
+test connection
+check error logs
+search for specific smtp errors like '555' with your provider.
+
+Adv Email trouble shooting
+from the machine (if docker then exec)
+run telnet to make sure host/port is correct
+issue ELHO cmd to see if you can see stuff like STARTTSL
+