Is there a way to use the Read-Host
cmdlet to capture multiple lines?
My current approach is a bit awkward (and doesn't really work):
PS> Send-MailMessage -SmtpServer 'smtp.domain.xxx' -From 'First Last <[email protected]>' -To 'First Last <[email protected]>' -Subject 'Testing' -Body (Read-Host 'Enter text')
Enter text: line one `n line two `n line three
Resulting email body isn't three lines:
line one `n line two `n line three
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…