Estamos probando el envío de correo y en el EvoConfig configuramos que no requiere autenticación el envío de email (Adjunto print). Al darle probar se despliega un mensaje de envío exitoso y efectivamente el email de prueba me llega. Pero cuando el Evolution intenta enviar email con esta configuración, en los logs se puede visualizar que trata de autenticarse al servidor de correo, pero nosotros configuramos que no se necesita autenticar.

2017-09-07 14:25:57,407 [AppJobWinServiceScheduler_Worker-8] ERROR EmailNotificatorService - Falló la notificación a (Jose de Mercedes <xxxx@xxxx.xxx.xx>):
Error en proceso 'Contrataciones'
System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Client was not authenticated
   at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
   at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode)
   at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Aseinfo.VH4.Infraestructura.Services.Wrappers.SmtpClientWrapper.Send(MailMessage message) in C:\vh4\VH4\Infraestructura\Services\Wrappers\SmtpClientWrapper.cs:line 13
   at Aseinfo.VH4.WindowsServices.ApplicationJobs.EmailNotificatorService.Notify(MensajeNotificacion mensaje) in C:\vh4\VH4\WindowsServices\ApplicationJobsWindowsService\ApplicationJobs\EmailNotificatorService.cs:line 61
                             
                                                        
                                
                                
                            
                            
                                    
    
        asked
        07 Sep '17, 15:34
    
    
    Jimy Tobar ♦♦
    (suspended)
    
    accept rate:
    56%