Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21613 Discussions

tcl for sending email when compilation finished

Altera_Forum
Honored Contributor II
2,009 Views

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.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
915 Views

I haven't used it or really looked into it, but Altera is working on this feature: 

http://www.altera.com/literature/ug/qsg_qii_sw_notification_center.pdf
0 Kudos
Altera_Forum
Honored Contributor II
915 Views

If 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
0 Kudos
Altera_Forum
Honored Contributor II
915 Views

Ok, great! thanks.

0 Kudos
Reply