YAAC's email setup should support STARTTLS, which allows an initial connect unsecured and an immediate upgrade to TLS. Is that working when you connect to gmail? If gmail does insist on immediate TLS, make sure you are connecting to the correct port (usually 587).
If you want to see what YAAC is doing, add the extra Java runtime option
-Dmail.debug=true?
to the command line before the -jar parameter. That will tell the Java mail library to print out what it is doing as it attempts to connect to the mail server.
Hope this helps.
Andrew, KA2DDO
author of YAAC
toggle quoted message
Show quoted text
-------- Original message --------
From: Bill WA4OPQ <wa4opq@...>
Date: 6/28/20 03:02 (GMT-05:00)
To:
[email protected] Subject: [yaac-users] Free email service suggestion?
I just installed the latest update of YAAC and I'm anxious to try out the telemetry and weather plugins.
My problem is this: I have several email accounts that I could use but they are all Gmail.
Gmail requires TLS or SSL. which YAAC doesn't indicate it uses.
Can you suggest a free email SMTP service that doesn't require TLS or SSL?
Or am I missing something?