Xojo 2023R1.1 error when using the sample console send mail

Hello all,

I cannot seem to find why the send mail does not work. This is the data that I am shown - by adding “Print” to the events:

  App Starting
Send Mail Completed
Connection Established p3plcpnl0786.prod.phx3.secureserver.net ESMTP Exim 4.95 #2 Sat, 03 Jun 2023 12:07:02 -0700
Send Progress 21 of 21
Send Progress 10 of 10
 Runtime exception 336130315

Have no idea what the runtime exception is. But you can see that it is connecting, sending, but then errors out.

Any ideas would be appreciated? Or if another sample works better, please do tell!
Thanks,
Tim

Try a different SSLConnectionTypes ?

TLS v.1.0 (default in Xojo) is being denied in many services. Try TLS 1.2.

Also keep SSLEnabled = True

And set the proper port for the destination.

In case of not working, create a sample and share here. If the community confirm some bug, open an Issue Report.

Hi Rock,

Changed the TLS setting and it worked correctly.

Thank you!
Tim

1 Like

Rick :slight_smile:

1 Like