There are atleast three ways in InfoPath 2003 to send an email from code (jscript): //Method one (this also sends the current view) http://www.infopathdev.com/forums/p/5780/27701.aspx#27701 //Methode two (needs an email dataconnection) function EmailWithData(dataAdapterName, to, CC, subject, intro, attachmentFileName...