Send mail from your serving using mailjet

Mailjet is worth giving a try. www.mailjet.com/ Super easy to get started. They have a free tier for trying it out with no credit card and no expiration.
For automation, you can send email with an API connection or SMTP.
After you create your account, they take to a page to test your mail. For example, a curl script with all the fields filled out with your email addy and API key etc. Just copy/paste it to a server and Jerry is your Uncle.

Windows Defender Scan with Command line

Type the following command to open the antivirus tool location and press *Enter*:
– cd C:\ProgramData\Microsoft\Windows Defender\Platform\4.18*
Type the following command to perform a custom antivirus scan and press *Enter*:
– MpCmdRun -Scan -ScanType 3 -File PATH\TO\FOLDER-FILES – In the command, make sure to specify the path to the folder you want to scan. – For example, this command scans the “Downloads” folder: – MpCmdRun -Scan -ScanType 3 -File C:\Users\username\Downloads
www.windowscentral.com/how-use-windows-defender-command-prompt-windows-10#custom_scan_cmd_defender