The Email Publisher desparately needs the ability to include attachments. This could be done through the addition of a new email publisher element:
<email from="[email protected]" mailhost="smtp.mycompany.com" mailport="25" includeDetails="TRUE" mailhostUsername="smtpuser" mailhostPassword="smtppassword" useSSL="FALSE"> . . . <attachments> <file>report1.pdf</file> <file>report2.xlsx</file> </attachments> </email> Cheers, Shaun [JIRA] - http://jira.public.thoughtworks.org/browse/CCNET-1560
