Se configuro el correo en el sistema, y si funciona la prueba desde la herramienta de configuración de Evolution, pero desde la aplicación no manda correos.

El log del appjob muestra lo siguiente:

2014-10-21 18:05:06,986 [AppJobWinServiceScheduler_Worker-7] ERROR EmailNotificatorService - Falló la notificación a <...>: Notificación de autorización
System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender
   at System.Net.Mail.DataStopCommand.CheckResponse(SmtpStatusCode statusCode, String serverResponse)
   at System.Net.Mail.DataStopCommand.Send(SmtpConnection conn)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Aseinfo.VH4.WindowsServices.ApplicationJobs.EmailNotificatorService.Notify(String recipientAddress, String recipientFullName, String messageTitle, String messageBody, Stream[] attachments) in c:\VH4\VH4\WindowsServices\ApplicationJobsWindowsService\ApplicationJobs\EmailNotificatorService.cs:line 53

asked 22 Oct '14, 00:18

Carlos%20Soria's gravatar image

Carlos Soria ♦♦
1.2k130141148
accept rate: 60%


Esta es la razón: "5.7.1 Client does not have permissions to send as this sender"

Que fundamentalmente significa:

  • Que no has configurado bien el SMTP, porque el usuario/constraseña no existe (o no esta bien escrito);
  • El usuario especificado no tiene permisos de enviar correos en su mailbox;
  • El servidor SMTP no permite envío de correos desde el servidor en donde esta Evolution;
  • No le has configurado el SSL o TSL.
link

answered 22 Oct '14, 01:32

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

Gracias, en este caso faltaba que le agregaran permisos al correo que estaban configurando como emisor en el servidor de correo

(22 Oct '14, 19:54) Carlos Soria ♦♦ Carlos%20Soria's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×14

Asked: 22 Oct '14, 00:18

Seen: 3,466 times

Last updated: 22 Oct '14, 19:54

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática