79217810

Date: 2024-11-23 12:24:40
Score: 4
Natty:
Report link

Just to confirm... I have the same issue, with 2.1.3, and the solution was that pointed, to downgrade to 2.0.1, like Gabriel Bornia said:

            <dependency>
            <groupId>jakarta.mail</groupId>
            <artifactId>jakarta.mail-api</artifactId>
            <version>2.0.1</version>
        </dependency>
        <dependency>
            <groupId>com.sun.mail</groupId>
            <artifactId>jakarta.mail</artifactId>
            <version>2.0.1</version>
        </dependency>
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: gapler