Commit 9fbce5a9144555ea8bad36933b5a4f17ddaf636a

Authored by Guilherme Del Cantoni
1 parent 9a17f7cf
Exists in master

Alteração dos parâmetros de conexão ao MailCatcher

httpd/assets/ConfiguracaoSEI.php
... ... @@ -82,7 +82,7 @@ class ConfiguracaoSEI extends InfraConfiguracao {
82 82 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable
83 83 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem
84 84 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem
85   - 'Seguranca' => 'TLS', //TLS, SSL ou vazio
  85 + 'Seguranca' => '', //TLS, SSL ou vazio
86 86 'Autenticar' => false, //se true então informar Usuario e Senha
87 87 'Usuario' => '',
88 88 'Senha' => '',
... ...
httpd/assets/ConfiguracaoSip.php
... ... @@ -65,7 +65,7 @@ class ConfiguracaoSip extends InfraConfiguracao {
65 65 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable
66 66 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem
67 67 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem
68   - 'Seguranca' => 'TLS', //TLS, SSL ou vazio
  68 + 'Seguranca' => '', //TLS, SSL ou vazio
69 69 'Autenticar' => false, //se true então informar Usuario e Senha
70 70 'Usuario' => '',
71 71 'Senha' => '',
... ...