Thursday 27 March 2014

How to Install and configure sendmail for Windows Task Scheduler

Easy way to install and configure sendmail on windows machine.

If you want using send mail on windows without installing  smtp server
you can done it, fallow below step and done process.

Requirement :

1. Windows 7/vista , 2003/2008 server
2. sendEmail-v156-notls.zip or above ( download to this link
    http://caspian.dotconf.net/menu/Software/SendEmail/ )

Put the zip file where you want like C:\sendEmail-v156-notls.zip
extract this  and rename folder name : sendEmail-v156-notls to sendmail

c:\sendmail

Add event :
Got o Event Viewer > Task Scheduler > Operational > right click on alert massage and attached task to this event



 
Program/script: click on browse and select sendEmail.exe
C:\sendmail\sendEmail.exe
Add arguments(optional) :
-f abc@zyx.com -t abc@xyz.com -u Subject -m Task start Failed! -s mail.abc.com:25 -xu abc@xyz.com -xp password
Send multiple mail :
-f abc@zyx.com -t abc@xyz.com  -t alina@xyz.com -u Subject -m Task start Failed! -s mail.abc.com:25 -xu abc@xyz.com -xp password

 
click next and finish configuration!























 

No comments:

Post a Comment

Install XRDP in Centos 7

rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum update yum groupinstall "GNOME Desktop" ...