You are right. I was fixed enabling Custom SMTP and set port 25 and all parameters there:
7a415c76-1996-4413-9051-37f5ae283b9d-image.png
I change my nodebb forum theme with custom css, but i don't know how change two dynamic elements (because its dissapear quckly and i can't watch it with dev tools)
Top loading bar is
#nprogress .bar {
background: #29d;
}
post highlight is
.topic .posts .highlight[component="post"] > hr {
border-color: #2390b0;
}