Sending the results by email

Hi,

Well, I am doing a project where I will be preforming some very complex operations on a large chunk of data. As soon as I get the result after running the CUDA kernel, I want an automatic process to start and send an email to a predefind set of recipients. Any suggestion how one should move in this direction?

Thanks in advance

Unix has an utility called “sendmail” – that needs to be configured before use.
Similarly there must be something in windows… search it out…

btw, sending email is completely out of CUDA scope