Run TUFLOW From PowerShell: Difference between revisions

Content deleted Content added
Line 110:
$Outlook = New-Object -ComObject Outlook.Application
$Mail = $Outlook.CreateItem(0)
$Mail.Subject = "Project 11053 - TUFLOW SimulationSimulations Finished"
$Mail.To = "first_recipient_email_address_herejohn.smith@gmail.com"
$Mail.To = "second_recipient_email_address_hereamanda.miller@gmail.com"
$Mail.Send()