Jenkins Extended E-mail failed to send email with attachment

561 Views Asked by At

I am trying to send my test report from Jenkins to email using emailext plugin and I can send email without attachment, but if I attach any document it fails.

emailext attachmentsPattern: "**/*.html", body: 'Test', subject: 'Android App', to: "[email protected]"

Error Message

Sending email to: [email protected]
Error sending to the following VALID addresses: [email protected]
0

There are 0 best solutions below