From 9fbce5a9144555ea8bad36933b5a4f17ddaf636a Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Del Cantoni Date: Mon, 12 Dec 2016 18:26:15 -0200 Subject: [PATCH] Alteração dos parâmetros de conexão ao MailCatcher --- httpd/assets/ConfiguracaoSEI.php | 2 +- httpd/assets/ConfiguracaoSip.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd/assets/ConfiguracaoSEI.php b/httpd/assets/ConfiguracaoSEI.php index 89b6455..bc1ff68 100644 --- a/httpd/assets/ConfiguracaoSEI.php +++ b/httpd/assets/ConfiguracaoSEI.php @@ -82,7 +82,7 @@ class ConfiguracaoSEI extends InfraConfiguracao { 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem - 'Seguranca' => 'TLS', //TLS, SSL ou vazio + 'Seguranca' => '', //TLS, SSL ou vazio 'Autenticar' => false, //se true então informar Usuario e Senha 'Usuario' => '', 'Senha' => '', diff --git a/httpd/assets/ConfiguracaoSip.php b/httpd/assets/ConfiguracaoSip.php index 6448eca..f282926 100644 --- a/httpd/assets/ConfiguracaoSip.php +++ b/httpd/assets/ConfiguracaoSip.php @@ -65,7 +65,7 @@ class ConfiguracaoSip extends InfraConfiguracao { 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem - 'Seguranca' => 'TLS', //TLS, SSL ou vazio + 'Seguranca' => '', //TLS, SSL ou vazio 'Autenticar' => false, //se true então informar Usuario e Senha 'Usuario' => '', 'Senha' => '', -- libgit2 0.21.2