Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

tcl for sending email when compilation finished

Altera_Forum
Honored Contributor II
2,011 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
917 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
917 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
917 Views

Ok, great! thanks.

0 Kudos
Reply