hollosch to Lemmy · edit-24 years agoHow to setup smtp port ?imagemessage-square5fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1imageHow to setup smtp port ?hollosch to Lemmy · edit-24 years agomessage-square5fedilinkfile-text
minus-squareDessalinesAlinkfedilinkarrow-up1·4 years agoYou could add environment: - RUST_LOG=debug to the docker-compose.yml file. But overall if your smtp server doesn’t work, you’ll have to open up an issue with either your provider, or lettre to see what’s going on.
You could add
environment: - RUST_LOG=debug
to the
docker-compose.yml
file. But overall if your smtp server doesn’t work, you’ll have to open up an issue with either your provider, orlettre
to see what’s going on.