|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|