79335123

Date: 2025-01-07 07:10:34
Score: 3.5
Natty:
Report link

Windows Server 2022 Standard

example that works:

$encoding = 'utf8'

Send-MailMessage -Encoding $encoding -To $EmailTo -From $EmailFrom -Subject $Subject -Body $body -BodyAsHtml -SmtpServer smtp.office365.com -UseSSL -Credential $credential -Port 587

Matjaž

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Matjaž