Re: I'm including the -To address, but...
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <326184A2EC4B4F66978654C20B134F86@chip> |
> Thanks Mike. Can you help me with the line(s) I need to add for this? I > took this from an example off the Blat.net site. My end goal is to send a > simple email whenever the PC is rebooted. Your blat.bat should look more like this: set to="-to [email protected]" set f="-f [email protected]" set server="-server cas.ourcompany.com" set subject="-subject \"Testing blat\"" set body="-body \"Testing blat\"" set debug="-debug" blat - %to% %f% %server% %subject% %body% %debug% -- Chip