Quote from UBIRAJARA FERNANDES VALLADARES on November 20, 2023, 11:41 pmHello 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.
Quote from Vadim on November 21, 2023, 8:48 am@ubirajarafernandes-valladares
Good day!!! To send mail from the app, you need a specially created password for the app:
https://support.google.com/accounts/answer/185833?hl=enI have a step-by-step workshop on how to create an email submission in my course (the course is free, but registration is required as I use it to teach students; you can translate the text into any language in your browser):
https://distant.orgpsiholog.ru/mod/assign/view.php?id=192
@ubirajarafernandes-valladares
Good day!!! To send mail from the app, you need a specially created password for the app:
https://support.google.com/accounts/answer/185833?hl=en
I have a step-by-step workshop on how to create an email submission in my course (the course is free, but registration is required as I use it to teach students; you can translate the text into any language in your browser):
https://distant.orgpsiholog.ru/mod/assign/view.php?id=192
Quote from UBIRAJARA FERNANDES VALLADARES on November 22, 2023, 8:55 pmThank You Vadim
Thank You Vadim