Powershell email signature
hi everyone,
in script, @ end of procedures, send mail result. add signature mail. ho w can powershell? guess have create html structure don't know how manage powershell.
thanks much
cristian
hi mugen,
you can either write body in html or plain text. in both cases, add lines string constitute signature. signature is part of body.
in html, can introduce linebreaks either writing separate paragraphs each line (<p>line goes here </p>) or entering linebreak within paragraph (<br />).
in plaintext, can use linebreak symbol ("`n") used in current body.
cheers,
fred
there's no place 127.0.0.1
Windows Server > Windows PowerShell
Comments
Post a Comment