From 4404b3e02c1722808157c3f590310ead9e28641d Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Fri, 30 Jul 2021 19:57:25 +0000 Subject: [PATCH] fix(docs): update port numbers to specify the actual port number the SMTP server is listening on --- app/views/help/outgoing.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/help/outgoing.html.haml b/app/views/help/outgoing.html.haml index 1eabb4a..1bd420c 100644 --- a/app/views/help/outgoing.html.haml +++ b/app/views/help/outgoing.html.haml @@ -30,7 +30,7 @@ %p.pageContent__definitionCode= Postal.config.dns.smtp_server_hostname %dt Port %dd - %p.pageContent__definitionCode 25 or 2525 + %p.pageContent__definitionCode= Postal.config.smtp_server.port %p.pageContent__definitionText The SMTP service supports STARTTLS if you wish to send messages securely. Be aware that security cannot guaranteed all the way to their final destination.