EMAIL - Forum

Forum Navigation
You need to log in to create posts and topics.

EMAIL

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.

@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

luishp and Darbdenral have reacted to this post.
luishpDarbdenral

Thank You Vadim

Open chat
1
Do you need more info?
Hi, do you have any doubt?