Horje
powershell send-mailmessage authentication Code Example
powershell send-mailmessage authentication
Send-MailMessage -From "username@myisp.net" -To "robin@rcmtech.co.uk" -Subject "Something interesting just happened" -Body "Here's the details about the interesting thing" -SmtpServer smtp.myisp.net -Port 587 -Credential (New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList "username@myisp.net",(Get-Content -Path username@myisp.net.securestring | ConvertTo-SecureString))




Shell

Related
wsl2 Code Example wsl2 Code Example
linux strip foldder name from path Code Example linux strip foldder name from path Code Example
how to setup ubuntu for windows in visual studio code Code Example how to setup ubuntu for windows in visual studio code Code Example
WSL Code Example WSL Code Example
git reset head to commit remote Code Example git reset head to commit remote Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11