Olá!
Estou tentando utilizar as configurações abaixo para enviar msg pelo nosso servidor corporativo (Exchange 2010 -instalado recentemente), no entanto, ocorre o erro: "O CAMINHO DA PASTA DE ESCOLHA É NECESSÁRIO E NÃO FOI ESPECIFICADO". Enquanto o nosso servidor foi o UOL Host, funcionava perfeitamente.
Qual é a configuração para quem usa servidor próprio?
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "LOCALHOST"
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 587
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
.Fields("http://schemas.microsoft.com/cdo/configuration/sendusername") = "rebboi@xxxxxxx.com.br" 'user do servidor
.Fields("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "rebsboixx" 'coloque a senha do seu email
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60
.Fields("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
Att.,
Rebeca
↧
Enviar e-mail com CDO através do Exchange corporativo.
↧