The task scheduler doesn't send email

userintrouble

New Member
I have set up a task to run daily. Actions are
1) to run my program
2) to send an email

The task scheduler runs my program successfully but does NOT send the email.

I am using an SMTP server on my local machine, port 25. The smtp server name I gave is: 'localhost'. Server is running. I am able to send email via a .net program using the same 'localhost' setting.

Why does the task scheduler not send emails??

History says:
<Data Name="TaskName">\Microsoft\Windows\CertificateServicesClient\MyTask</Data>
<Data Name="TaskInstanceId">{9DFA366F-9644-4915-8D9F-037DEC697010}</Data>
<Data Name="ActionName">Task test</Data>
<Data Name="ResultCode">2147746321</Data>
</EventData>
</Event>
 

My Computer

Back
Top