Commit 9fbce5a9144555ea8bad36933b5a4f17ddaf636a
1 parent
9a17f7cf
Exists in
master
Alteração dos parâmetros de conexão ao MailCatcher
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
httpd/assets/ConfiguracaoSEI.php
| @@ -82,7 +82,7 @@ class ConfiguracaoSEI extends InfraConfiguracao { | @@ -82,7 +82,7 @@ class ConfiguracaoSEI extends InfraConfiguracao { | ||
| 82 | 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable | 82 | 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable |
| 83 | 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem | 83 | 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem |
| 84 | 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem | 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 | 'Autenticar' => false, //se true então informar Usuario e Senha | 86 | 'Autenticar' => false, //se true então informar Usuario e Senha |
| 87 | 'Usuario' => '', | 87 | 'Usuario' => '', |
| 88 | 'Senha' => '', | 88 | 'Senha' => '', |
httpd/assets/ConfiguracaoSip.php
| @@ -65,7 +65,7 @@ class ConfiguracaoSip extends InfraConfiguracao { | @@ -65,7 +65,7 @@ class ConfiguracaoSip extends InfraConfiguracao { | ||
| 65 | 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable | 65 | 'Codificacao' => '8bit', //8bit, 7bit, binary, base64, quoted-printable |
| 66 | 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem | 66 | 'MaxDestinatarios' => 999, //numero maximo de destinatarios por mensagem |
| 67 | 'MaxTamAnexosMb' => 999, //tamanho maximo dos anexos em Mb por mensagem | 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 | 'Autenticar' => false, //se true então informar Usuario e Senha | 69 | 'Autenticar' => false, //se true então informar Usuario e Senha |
| 70 | 'Usuario' => '', | 70 | 'Usuario' => '', |
| 71 | 'Senha' => '', | 71 | 'Senha' => '', |