Send an email when computer restart

4

2

I want to receive an email from PC everytime it restart. I think about adding EXE file - which send an email - to windows schedule. but I don't know how I write one. any other ideas?

user2132188

Posted 2013-04-21T09:16:28.923

Reputation: 365

Answers

8

You can probably use task scheduler to do this directly

enter image description here

enter image description here

enter image description here

Its pretty simple.

If you want something fancier and scriptable, you might be able to set up blat - its a pretty minimal, scriptable mail server- which can be set up with the --install argument. You can set up a batch file to be sent by task scheduler, calling blat, with whatever information you want on it.

Journeyman Geek

Posted 2013-04-21T09:16:28.923

Reputation: 119 122

2of course, you'd need to make sure you had a default email client installed and configured, in order for Windows to be able to send you that email. If, for example, you only used Yahoo Mail in your web browser, the computer might have issues sending you an email without any outgoing mail settings. – Bon Gart – 2013-04-21T16:15:48.367