Windows Server 2003
1823756 Members
4263 Online
109664 Solutions
New Discussion юеВ

How to send output log to emails on Windows 2003 server?

 
SOLVED
Go to solution
Jan Shu
Regular Advisor

How to send output log to emails on Windows 2003 server?

Hi All,

I have a FTP client running on a Windows 2003 server. I just setup a new schedule job using this FTP Client Task Scheduler. It creates a schedule job in windows schedule tasks and its log output is appended to D:\myjob.log. I would like to have the output log to be sent to my mailbox jan@*******.com too, how to do this? Can you please help?

Thank you.

Regards,
Jan Shu



Thank you.
4 REPLIES 4
Edgar Zapata
Esteemed Contributor
Solution

Re: How to send output log to emails on Windows 2003 server?

Hi,

You have a trial version of a tool that can do this for you:

SMTPSEND.exe
We're using version 3.05
Here you can find version 8.0
See if this works:
http://wareseeker.com/download/smtpsend-8.0.0.1.rar/3502359

It can send you a mail along with an attachement.
Add the customized command plus switches to the job within a .cmd file.

Hope it helps.
Edgar.


Sample:
C:\>smtpsend /?

SMTPSend v3.05 (WinNT 4.x)
(c) copyright DataEnter, Michael Kocum 1993-1998
portions (c) Microsoft Corp.

Error: No destination address!
SMTPSend uses the following arguments:

-f
From Address
-t
Destination addresses
-c CC Address
-h SmartHost
-s Subject for message
-a File(s) to attach to message
-i File to import for message body
-r Disable adding linebreaks at column 78
-1 Enable Single To Mode
-v Verbose Mode ( Show Message Transfer )
-4 SOCKS4 host
-5 SOCKS5 host
-g Sends SMTP File ( Ignores -c,-a,-i,-s,-r )
-@ Read additional arguments from a file (-@FILE.EXT)

Example:
SMTPSend -fmk@domain.com -tbg@msn.com -hmx.domain.com -iBODY.TXT -aATTACH.XLS
Igor Karasik
Honored Contributor

Re: How to send output log to emails on Windows 2003 server?

You can use open-source tool Blat as well
http://www.blat.net/
Jan Shu
Regular Advisor

Re: How to send output log to emails on Windows 2003 server?

Hi Edgar and Igor, Thanks for the inputs. I will try it.

Jan
Jan Shu
Regular Advisor

Re: How to send output log to emails on Windows 2003 server?

This is closed.