1. Download: https://github.com/atays/command-line-email-sending-tool
2. Place it in C:\Windows\System32
—————————
senditquiet.exe -s smtp.gmail.com -port 587 -u admin@kimconnect.com -protocol ssl -p password -f admin@kimconnect.com -t admin@kimconnect.com;kim@ocgold.com -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 VisibarErrorLog@KIMCONNECT.COM -TO ADMIN@KIMCONNECT.COM -CC JAMESBOND@KIMCONNECT.COM -SUBJECT ERROR LOG -TEXT THIS IS THE VISIBAR ERROR LOG -ATTACH M:\MFGSYS\RCVR.OLD -attach "C:\VisiBar AppData\Production\visibar.old"
Hi,
I am looking for senditquiet. It’s not possible to download it.
Do you have a copy (of the sourcecode)?
Thanks
Dorien
Nowadays, it’s easier to use PowerShell for these sorts of things. I recommend this short snippet.