I use the Send Mail action to send myself and other interested parties an email when a build fails. However, our corporate mail filters block mail messages that have Javascript. Is there a way to turn off the Javascript that gets sent with the mail message using this action?
TIA!
Hi Matt,
No javascript should be sent by FinalBuilder in a mail message - the message is probably being stopped because of the javascript in the html log attachment. You could export the log in a different format (eg. the text format doesn’t have any javascript), or maybe zip up the log file, or what we do here is email a path to log file (eg. \buildserver\logs\2006-10-4.html) which also has the benefit of not cluttering up our inboxes with big files
hth.
.t8
Thanks for the quick reply. I had tried changing the format of the attachment to both txt and xml, and our mail filter barfed on both of those. However, I will try sending a link and see if that works.
Thanks again!