I set for a user attributes for smtp:https://imgur.com/0OCy21O
I get this error on test send:
NullPointerException (... < NotificationMail:69 < *:90 < NotificationResource:66 < ...)
How to resolve issue?
What version of Traccar are you using?
v. 3.10i cant upgrade because production environment.
Looks like the problem is with mail.smtp.ssl.protocols parameter:
mail.smtp.ssl.protocols
https://github.com/tananaev/traccar/blob/v3.10/src/org/traccar/notification/NotificationMail.java#L66
But your config doesn't have it, so something doesn't add up in your story.
I set for a user attributes for smtp:
https://imgur.com/0OCy21O
I get this error on test send:
How to resolve issue?