#Add photo body in PowerShell

1 messages · Page 1 of 1 (latest)

proud parrot
#

Hi

I’m looking for a way to offloading any photo as body to be visible without pointing to any url .

Here my script it’s working fine but unfortunately the photo will be visible only in my pc or if it’s published please advice

send-mailmessage -to x -from x -smtpserver mail.x -subject test -bodyAsHtml - body “<img src=‘c:\users**’>” -port 25

mighty socket