I have configured "Email-ext" plugin in jenkins clearly, attaching screenshot for reference also did the SMTP authentication. Also tested configuration by sending test e-mail and got the mail. But when I call the same through the job then I don't get any mail and showing "No emails were triggered " message on console output. Please guide regarding same.
I have configured "Email-ext" plugin in jenkins clearly, attaching screenshot for reference also did the SMTP authentication. Also tested configuration by sending test e-mail and got the mail. But when I call the same through the job then I don't get any mail and showing "No emails were triggered " message on console output. Please guide regarding same. !Screen Shot 2019-05-21 at 6.20.17 PM.png!
I have configured "Email-ext" plugin in jenkins clearly, attaching screenshot for reference also did the SMTP authentication. Also tested configuration by sending test e-mail and got the mail. But when I call the same through the job then I don't get any mail and showing "No emails were triggered " message on console output. Please guide regarding same.
You can try enabling debug mode in the global config and posting the job log. Generally if there is a failure to send the email, email-ext will show that an error occurred. If the mail server accepted the email, then that is all that email-ext can do, after that it is something you would need to check with your IT department as to why the email is not getting delivered.
In job build configuration check "Advanced Settings", go down page and configure Triggers sections. Default configurations send emails when job failure, additional on recipients list are developers...
I have configured "Email-ext" plugin in jenkins clearly, attaching screenshot for reference also did the SMTP authentication. Also tested configuration by sending test e-mail and got the mail. But when I call the same through the job then I don't get any mail and showing "No emails were triggered " message on console output. Please guide regarding same.