Hi 
I am using jenkins-core-1.541 on Ubuntu with email-ext v 2.36. facing some
strange issue , when I am sending using "Test configuration by sending test
e-mail" it's successful , but when I run job I get following message but no
mail
Sonar analysis completed: SUCCESS
Email was triggered for: Always
Sending email for trigger: Always
Sending email to: [email protected]
below is my config.xml
</org.jfrog.hudson.ArtifactoryRedeployPublisher>
    <hudson.tasks.Mailer plugin="[email protected]">
      <recipients></recipients>
      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
      <sendToIndividuals>true</sendToIndividuals>
    </hudson.tasks.Mailer>
    <hudson.plugins.emailext.ExtendedEmailPublisher plugin="[email protected]">
      <recipientList>[email protected]</recipientList>
      <configuredTriggers>
        <hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
          
            <recipientList></recipientList>
            <subject>$PROJECT_DEFAULT_SUBJECT</subject>
            <body>$PROJECT_DEFAULT_CONTENT</body>
            <sendToDevelopers>false</sendToDevelopers>
            <sendToRequester>false</sendToRequester>
            <includeCulprits>false</includeCulprits>
            <sendToRecipientList>true</sendToRecipientList>
            <attachmentsPattern></attachmentsPattern>
            <attachBuildLog>false</attachBuildLog>
            <compressBuildLog>false</compressBuildLog>
            <replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
            <contentType>project</contentType>

Can somebody help , I tried increasing logging level by modifying
/etc/default/Jenkins JENKINS_DEBUG_LEVEL="9" but I still not able to capture
hudson.plugins.emailext.ExtendedEmailPublisher error




--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/email-not-sent-by-jenkins-tp4686607.html
Sent from the Jenkins users mailing list archive at Nabble.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/groups/opt_out.

Reply via email to