# Jenkins E-Mail Notification don't Work

**URL:** https://community.jenkins.io/t/jenkins-e-mail-notification-dont-work/5090
**Category:** Ask a question
**Created:** [December 23, 2022, 3:24am UTC](https://community.jenkins.io/t/jenkins-e-mail-notification-dont-work/5090 "2022-12-23T03:24:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![moris0712](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/moris0712/32/3010_2.png) [@moris0712](https://community.jenkins.io/u/moris0712)
#### Post date: [December 23, 2022, 3:24am UTC](https://community.jenkins.io/t/jenkins-e-mail-notification-dont-work/5090/1 "2022-12-23T03:24:21Z")

</div>

I am working on sending mail after the build result.  
23 people were designated as Recipients to send the mail, and it was successfully sent to the mail server.  
However, there are cases where the mail is not received, only a few people receive the mail, or it arrives in 10 minutes.  
Is there any way to solve it?

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/jenkins/original/2X/b/be8cc6f88f21d173e617b503559bd13cce5d19d3.png)

---

<div class="post-metadata">

### Author: ![slide\_o\_mix](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/slide_o_mix/32/20977_2.png) [@slide\_o\_mix](https://community.jenkins.io/u/slide_o_mix)
#### Post date: [December 23, 2022, 2:09pm UTC](https://community.jenkins.io/t/jenkins-e-mail-notification-dont-work/5090/2 "2022-12-23T14:09:22Z")

</div>

If the mail is delivered to the mail server, then you will need to talk to your IT department to figure out why the emails are not being sent. At that point it is outside the Jenkins area and into your IT infra

---

<div class="post-metadata">

### Author: ![ShivaMahajan](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/shivamahajan/32/7626_2.png) [@ShivaMahajan](https://community.jenkins.io/u/ShivaMahajan)
#### Post date: [March 28, 2024, 9:02am UTC](https://community.jenkins.io/t/jenkins-e-mail-notification-dont-work/5090/3 "2024-03-28T09:02:32Z")

</div>

Hi  
I am getting this in the build console and I am trying to send email, as it is showing sending email but the email is not send

this are the logs

Please refer to /Users/user/Documents/Auto2/QA-Automation/target/surefire-reports for the individual test results.  
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.  
[JENKINS] Recording test results  
[INFO]  
[INFO] — jar:3.0.2:jar (default-jar) @ MobileTesting —  
[INFO] Building jar: /Users/user/Documents/Auto2/QA-Automation/target/MobileTesting-1.0-SNAPSHOT.jar  
[INFO]  
[INFO] — install:2.5.2:install (default-install) @ MobileTesting —  
[INFO] Installing /Users/user/Documents/Auto2/QA-Automation/target/MobileTesting-1.0-SNAPSHOT.jar to /Users/user/.m2/repository/org/example/MobileTesting/1.0-SNAPSHOT/MobileTesting-1.0-SNAPSHOT.jar  
[INFO] Installing /Users/user/Documents/Auto2/QA-Automation/pom.xml to /Users/user/.m2/repository/org/example/MobileTesting/1.0-SNAPSHOT/MobileTesting-1.0-SNAPSHOT.pom  
[INFO] ------------------------------------------------------------------------  
[INFO] BUILD SUCCESS  
[INFO] ------------------------------------------------------------------------  
[INFO] Total time: 01:15 min  
[INFO] Finished at: 2024-03-28T13:53:01+05:30  
[INFO] ------------------------------------------------------------------------  
[WARNING]  
Waiting for Jenkins to finish collecting data  
[WARNING] Plugin validation issues were detected in 5 plugin(s)  
[WARNING]  
[WARNING] \* org.apache.maven.plugins:maven-compiler-plugin:3.8.0  
[WARNING] \* org.apache.maven.plugins:maven-jar-plugin:3.0.2  
[WARNING] \* org.apache.maven.plugins:maven-resources-plugin:3.0.2  
[WARNING] \* org.apache.maven.plugins:maven-install-plugin:2.5.2  
[WARNING] \* org.apache.maven.plugins:maven-surefire-plugin:2.22.1  
[WARNING]  
[WARNING] For more or less details, use ‘maven.plugin.validation’ property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]  
[WARNING]  
[JENKINS] Archiving /Users/user/Documents/Auto2/QA-Automation/pom.xml to org.example/MobileTesting/1.0-SNAPSHOT/MobileTesting-1.0-SNAPSHOT.pom  
[JENKINS] Archiving /Users/user/Documents/Auto2/QA-Automation/target/MobileTesting-1.0-SNAPSHOT.jar to org.example/MobileTesting/1.0-SNAPSHOT/MobileTesting-1.0-SNAPSHOT.jar  
/Users/user/Documents/Auto2/QA-Automation/pom.xml is not inside /Users/user/.jenkins/workspace/ancrypto/Users/user/Documents/Auto2/QA-Automation/; will archive in a separate pass  
/Users/user/Documents/Auto2/QA-Automation/target/MobileTesting-1.0-SNAPSHOT.jar is not inside /Users/user/.jenkins/workspace/ancrypto/Users/user/Documents/Auto2/QA-Automation/; will archive in a separate pass  
channel stopped  
[htmlpublisher] Archiving HTML reports…  
[htmlpublisher] Archiving at PROJECT level /Users/user/.jenkins/workspace/Ancrypto/target/surefire-reports to /Users/user/.jenkins/jobs/Ancrypto/htmlreports/HTML\_20Report  
Email was triggered for: Always  
Sending email for trigger: Always  
Sending email to: [shiva.mahajan@antiersolutions.com](mailto:shiva.mahajan@antiersolutions.com)  
Finished: UNSTABLE

Please Help
