Yup. Here's the contents of hudson.plugins.emailext.ExtendedEmailPublisher.xml:
<hudson.plugins.emailext.ExtendedEmailPublisherDescriptor plugin="email-ext@2.25">
<hudsonUrl>http://myservername:8080/</hudsonUrl>
<adminAddress>richard.myn...@mycomopany.com</adminAddress>
<smtpHost>smtp.mycompany.com</smtpHost>
<useSsl>false</useSsl>
<defaultContentType>text/plain</defaultContentType>
<defaultSubject>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!</defaultSubject>
<defaultBody>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS: Check console output at $BUILD_URL to view the results.</defaultBody>
<maxAttachmentSize>-1</maxAttachmentSize>
<recipientList/>
<defaultReplyTo/>
<overrideGlobalSettings>true</overrideGlobalSettings>
<precedenceBulk>false</precedenceBulk>
<debugMode>true</debugMode>
<enableSecurity>false</enableSecurity>
</hudson.plugins.emailext.ExtendedEmailPublisherDescriptor>

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to