Send mail using batch script thorugh SMTP

scmuser created the topic: Send mail using batch script thorugh SMTP

Hello,
hi i wnt to create batch file that will automtcally send my email through outlok express at 5 pm daily with the attachement.
if anybody has any idea about this plz write to me
help would be appreciated.

Tagged :

Command to start SMTP

scmuser created the topic: command to start SMTP
Hi…
To start SMTP service use the below command

#/etc/init.d/sendmail start

To stop the SMTP service use the below command

#/etc/init.d/sendmail stop

To know the status of the SMTP service use the below command

#/etc/init.d/sendmail status

Tagged :