Linux serverNETWORK ADMINISTRATIONSsmtp server liux

Jenkins Email Notification | Sending email from Jenkins pipeline script | AWS SMTP server usage

Jenkins Email Notification | Sending email from Jenkins pipeline script | AWS SMTP server usage

Watch Build JAVA application and Deploy to Tomcat Server:

Subscribe and stay tuned for more videos!

source

by Ranjit Swain

linux smtp server

7 thoughts on “Jenkins Email Notification | Sending email from Jenkins pipeline script | AWS SMTP server usage

  • It is very helpful video for others and production label approch. I appreciate to you.

  • With SSL option enabled , its not working for me but when I enable TLS option mail is sent successfully but not getting delivered to my mailbox…

  • mail id was verified , but still getting this error for me in jenkins config : com.sun.mail.smtp.SMTPSendFailedException: 554 Message rejected: Email address is not verified. The following identities failed the check in region AP-SOUTH-1: nobody@nowhere, address not configured yet <nobody@nowhere>

  • Hello Sir
    I am using Cucumber plugin to generate Cucumber JVM reports.i am able to view generated report thorugh Jenkins .I need to email it as attachments.I am using below code to do ..but I am not able to find .html report to email that.. under target seperate folder is not getting generated where these reports will be stored in Jenkins …it works fine in local…
    {
    emailext body:"test ",
    attachmentsPatters:"*/ html"
    }

    This should search for all available html throughout the workspace right ?…why am I not able to get my generated html report?

Comments are closed.