B4J Question Handshake_Failure when sending email

Dadaista

Active Member
Licensed User
Longtime User
Hi

The setup generated by b4jPackager11 + inno throw the error below when the application send email. (LastException.Message) from SMTP_MessageSent()

B4X:
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

No error When app runs from IDE. (Release or Debug mode)

Any Idea?

Thx
 

Dadaista

Active Member
Licensed User
Longtime User
Hi Erel

Yes. Java11 (C:\Java11\bin\javac.exe)

Do you remember this?

Well... in customers pc where a previous version of the app was installed before, the new updated sends email fine, but in my machine, where I develop the app, the new update installed does not worko_Oo_O

In new installations it does not work either

I only added to the installer script
B4X:
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
 
Last edited:
Upvote 0

Dadaista

Active Member
Licensed User
Longtime User
:( 0k Erel

Thx!!!

Edit: in the previous versions of app, java11 is used too.:(:( (Since November)
 
Last edited:
Upvote 0
Top