79240051

Date: 2024-11-30 16:44:58
Score: 1.5
Natty:
Report link

Was able to solve the issue. Actually was just an indentation issue on my application.yml.

The starttls should be inside the smpt like this:

mail:
 smtp:
   trust: "*"
   auth: true
   starttls:
     enabled: true
     required: true
 connectiontimeout: 5000
 timeout: 3000
 writetimeout: 5000
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Luís Casqueiro