Browse Source

Update 'temtem.au3'

master
Bertrand Janvoie 2 years ago
parent
commit
255e2bcd5e
  1. 2
      temtem.au3

2
temtem.au3

@ -92,7 +92,7 @@ Func _SendmailG()
Local $sBccAddress = "" ; address for bcc - leave blank if not needed
Local $sImportance = "High" ; Send message priority: "High", "Normal", "Low"
Local $sUsername = "janvoiebertrand@gmail.com" ; username for the account used from where the mail gets sent - REQUIRED
Local $sPassword = "ag2r2017" ; password for the account used from where the mail gets sent - REQUIRED
Local $sPassword = "" ; password for the account used from where the mail gets sent - REQUIRED
Local $iIPPort = 465 ; GMAIL port used for sending the mail
Local $bSSL = True ; GMAIL enables/disables secure socket layer sending - set to True if using httpS

Loading…
Cancel
Save