I have a jenkins job setup on UBUNTU, that is to execute some test scripts, and after each execution, the email will be automatically sent to notify the team. It used to work pretty well. But just recently, I am not getting any email any more. But in the job console output, it says:
...
Creating artifact for the build.
Artifact was added to the build.
Email was triggered for: Always
Sending email for trigger: Always
Sending email to: ...
Finished: SUCCESS
Where I may check if the email does send out ???