Re: Tomcat SMPT TLS1.2

2024-03-11 Thread Robert Turner
et the mail > properties, but sounds like that's in another sun file. > > -Original Message- > From: Ivano Luberti > Sent: Monday, March 11, 2024 9:46 AM > To: users@tomcat.apache.org > Subject: Re: Tomcat SMPT TLS1.2 > > [You don't often get email f

RE: Tomcat SMPT TLS1.2

2024-03-11 Thread Brandie Nickey
riginal Message- From: Ivano Luberti Sent: Monday, March 11, 2024 9:46 AM To: users@tomcat.apache.org Subject: Re: Tomcat SMPT TLS1.2 [You don't often get email from lube...@archicoop.it.invalid. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] I ha

RE: Tomcat SMPT TLS1.2

2024-03-11 Thread Brandie Nickey
To: Tomcat Users List Subject: Re: Tomcat SMPT TLS1.2 [You don't often get email from rtur...@e-djuster.ca.invalid. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] AFAIK, there is nothing in Tomcat for SMTP. This would be part of the application you are ru

Re: Tomcat SMPT TLS1.2

2024-03-11 Thread Ivano Luberti
I had issues in the past connectin to mailserver using TLS and solved them upgrading the webapplicatio library from mail-1.4.jar to javax.mail-1.6.2.jar Il 11/03/2024 17:41, Robert Turner ha scritto: AFAIK, there is nothing in Tomcat for SMTP. This would be part of the application you are runn

Re: Tomcat SMPT TLS1.2

2024-03-11 Thread Robert Turner
AFAIK, there is nothing in Tomcat for SMTP. This would be part of the application you are running typically. It's possible (but not guaranteed) that the web application is using the standard Java libraries for SMTP, and as such, you may (but again not guaranteed) be able to configure some of the ma