Hello everyone, I need your help. I tried to send email in VisualNeoWin, using the following routine:
CheckInternetConnection "[Connected]"
If "[Connected]" "=" "True"
SetVar "[MailServer]" "smtp.office365.com"
SetVar "[MailPort]" "587"
SetVar "[MailUserID]" "ufxxxxxxx@hotmail.com"
SetVar "[MailUserPassword]" "@xxxxxxx"
SendMail "xxxxxxx@hotmail.com" "xxxxxxx@gmail.com" "Exames para Hepatite tipos B e C" "Alerta" "[PubDir]email.txt" ""
Else
AlertBox "Result" "Sem Conexão com a Internet."
EndIf
The following error appears:
5.7.3 STARTTLS is required to send email (CP3P284CA0010.BRAP284
When I use email sending software, such as AUTO EMAIL SENDER, if I choose SSL ENABLED option, I can normally send emails, with the same information that I´m using in VisualNeoWin.
I ran inetcpl.cpl in the Windows 11 command prompt, and I enabled all TLS protocols (1.0,1.1,1.2,1.3 and SLL), but I still cannot send emails through the above routine in VisualNeoWin.
Does anyone know of a VisualNeoWin command that enables SSL encryption? I did not find in VisualNeoWin Internet commands.
Hello everyone, I need your help. I tried to send email in VisualNeoWin, using the following routine:
CheckInternetConnection "[Connected]"
If "[Connected]" "=" "True"
SetVar "[MailServer]" "smtp.office365.com"
SetVar "[MailPort]" "587"
SetVar "[MailUserID]" "ufxxxxxxx@hotmail.com"
SetVar "[MailUserPassword]" "@xxxxxxx"
SendMail "xxxxxxx@hotmail.com" "xxxxxxx@gmail.com" "Exames para Hepatite tipos B e C" "Alerta" "[PubDir]email.txt" ""
Else
AlertBox "Result" "Sem Conexão com a Internet."
EndIf
The following error appears:
5.7.3 STARTTLS is required to send email (CP3P284CA0010.BRAP284
When I use email sending software, such as AUTO EMAIL SENDER, if I choose SSL ENABLED option, I can normally send emails, with the same information that I´m using in VisualNeoWin.
I ran inetcpl.cpl in the Windows 11 command prompt, and I enabled all TLS protocols (1.0,1.1,1.2,1.3 and SLL), but I still cannot send emails through the above routine in VisualNeoWin.
Does anyone know of a VisualNeoWin command that enables SSL encryption? I did not find in VisualNeoWin Internet commands.