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-squareholloschOPlinkfedilinkarrow-up1·4 years ago@dessalines@lemmy.ml What’s the best way to debug the smtp settings if it‘s not working?
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.
@dessalines@lemmy.ml What’s the best way to debug the smtp settings if it‘s not working?
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.