We don't require authentication, and I can successfully send test emails using the "Test configuration by sending test e-mail" setting under the global setting for E-mail Notification.
We're running the .war directly using "java -jar jenkins.war --logfile=/var/log/jenkins/jenkins.log". The jenkins.log file does not contain *any* information about this error. On Tue, Jul 15, 2014 at 11:41 AM, Slide <[email protected]> wrote: > Hmmm, that's strange, I've normally seen a bunch more output from > JavaMail, does your mailserver require authentication and is it setup > correctly? Can you also check the logs for the container and see if there > is additional JavaMail log info there? > > > On Tue, Jul 15, 2014 at 11:15 AM, Jim Lloyd <[email protected]> wrote: > >> Debug mode was already on for that build. The two lines of error message >> were all that were present in the log. >> >> On Tuesday, July 15, 2014 11:03:16 AM UTC-7, slide wrote: >> >>> You can turn on debug mode in the plugin (global config) and more >>> information should come up in the build log, it should give information >>> from JavaMail as to what is going on. >>> >>> >>> On Tue, Jul 15, 2014 at 10:29 AM, Jim Lloyd <[email protected]> wrote: >>> >>>> We have a Jenkins installation that has undergone several changes in >>>> the last couple months as we transition from using Perforce to using Git as >>>> our SCM. We've had numerous problems with email-ext during the transition, >>>> but we may be getting close to a solution. >>>> >>>> We're currently using the most recent LTS build (v1.554.3) and latest >>>> email-ext (v2.38.1). The error that is preventing Build Result email now is >>>> rather strange: >>>> >>>> Adding recipients from project recipient list >>>> Adding recipients from trigger recipient list >>>> Successfully created MimeMessage >>>> Sending email to: [email protected] >>>> Error sending to the following VALID addresses: >>>> [email protected] >>>> >>>> SendFailedException message: 501 5.1.7 Invalid address >>>> >>>> >>>> The listed recipient email address is definitely valid. I suppose the >>>> error might be indicating that the sender email address is invalid, but >>>> it's not obvious to me how to follow up on that hypothesis. Can anyone >>>> help? >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Website: http://earl-of-code.com >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Website: http://earl-of-code.com > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/uTCRSeOVME4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
