L
Luca
Guest
Hi
Is there a way in Affirma to send an email when a simulation is done?
Thanks
Luca
Is there a way in Affirma to send an email when a simulation is done?
Thanks
Luca
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hi
Is there a way in Affirma to send an email when a simulation is done?
Thanks
Luca
Hi
Is there a way in Affirma to send an email when a simulation is done?
Thanks
Luca
you could use the 'shell' netlist statement to invoke sendmail.
for me adding this in the netlist footer worked:
email shell cmd="~/email %S %H"
with the following script ~/email
/usr/lib/sendmail -F $1 youraddress@host.com << EOF
Content-type: text/plain
The $1 simulation running on $2 has terminated.
EOF
i don't know of any automatic ways though...
stephane
"Luca" <luca.rossi@unine.ch> wrote in message
news:3faa0512$0$3677$5402220f@news.sunrise.ch...
Hi
Is there a way in Affirma to send an email when a simulation is done?
Thanks
Luca