I have to configure SMTP server so that in Jenkins configuration path I can give the SMTP server.Can somebody tell how to configure SMTP server in Ubuntu and also how to map that server in Jenkins Email-Ext plugin.
相关问题
- slurm: use a control node also for computing
- Django & Amazon SES SMTP. Cannot send email
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
相关文章
- dotnet restore还原nuget包时无法加载 https://api.nuget.org/
- c#发送邮件,附件损坏
- jenkins在window集群环境中如何部署自动化发布?
- jenkins + Publish over FTP 自动部署前端React项目
- jenkins自定打包部署React前端项目遇到的问题。
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Best way to manage docker containers with supervis
- Access BitBucket payload data in Jenkins pipeline
I found the solution as :-
1) sudo apt-get install mailutils (on Jenkins machine)
2) Install Email-ext plugin in Jenkins.
3) Login in Jenkins server
4) Select Configuration under manage Jenkins
5) Go to E-mail Notification option.
6) In SMTP server option enter "localhost" without quotes.
7) In Default user e-mail suffix enter your email suffix.
8) check Test configuration by sending test e-mail option.
9) Enter your email-id.
10) click on test configuration.
11) check your email for confirmation
12) Now go to the project and select E-mail Notification under the Jenkins configuration project
13) enter E-mail id of the Recipients (separated by space for multiple recipients)
14) click on save.