1. Download:
2. Place it in C:\Windows\System32
—————————
senditquiet.exe -s smtp.gmail.com -port 587 -u [email protected] -protocol ssl -p password -f [email protected] -t [email protected];[email protected] -subject “Web01 Server Logged Trigger” -body “Yo Dude,<br><strong>Email Server Service Needs Attention</strong>.<br> Thank you.” -files c:\file1.zip;c:\file2.zip
—————————
Alternative 1: FEBOOTIMAIL :-)
FEBOOTIMAIL.EXE -SMTP 1.1.1.1 -FROM [email protected] -TO [email protected] -CC [email protected] -SUBJECT ERROR LOG -TEXT THIS IS THE VISIBAR ERROR LOG -ATTACH M:\MFGSYS\RCVR.OLD -attach "C:\VisiBar AppData\Production\visibar.old"
Dorien
Hi,
I am looking for senditquiet. It’s not possible to download it.
Do you have a copy (of the sourcecode)?
Thanks
Dorien
kimconnect
Nowadays, it’s easier to use PowerShell for these sorts of things. I recommend this short snippet.