Forum Discussion
Altera_Forum
Honored Contributor
11 years agotcl for sending email when compilation finished
Hi, Is there any script known to man for sending an email saying the compilation was finished and the results? If not, any idea how do I write such one? Thx.
Altera_Forum
Honored Contributor
11 years agoIf you can figure out how to send mail using a command, then you can use the Tcl exec command to issue that mail command.
For example, Google sending mail from the command-line and you'll get hits like ... http://www.simplehelp.net/2008/12/01/how-to-send-email-from-the-linux-command-line/ This should work fine from Linux. Under Windows, you can probably use the command-line tools provided by Cygwin. Cheers, Dave