Email-HTML-Logs
21.12.8
Sends the contents of HTML files as e-mails.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-Sec
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-Sec
Sends the contents of HTML files as e-mails.
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Show more
To send a log file via e-mail using ssl and an SMTP password you must generate an encrypted password file.
The password file is unique to both the user and machine.
To create the password file run this command as the user and on the machine that will use the file:
$creds = Get-Credential
$creds.Password | ConvertFrom-SecureString | Set-Content C:\scripts\ps-script-pwd.txt
Installation Options
Owners
Copyright
(C) Mike Galvin. All rights reserved.
Package Details
Author(s)
- Mike Galvin Contact: mike@gal.vin / twitter.com/mikegalvin_ / discord.gg/5ZsnJ5k
Tags
Functions
Dependencies
This script has no dependencies.
FileList
- Email-HTML-Logs.nuspec
- Email-HTML-Logs.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
23.4.28 | 24 | 4/28/2023 |
22.6.2 | 36 | 6/13/2022 |
21.12.8.1 | 27 | 12/8/2021 |
21.12.8 (current version) | 12 | 12/8/2021 |
20.3.19 | 60 | 3/19/2020 |