You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm interested in this project, but I've tried it in a docker container and can't get it to work, I'm definitely doing something wrong.
Basically what I want to do is my smtp.gmail.com as smtp server by having an internal smtp relay with username and password that relays emails to the gmail smtp.
I have already this working with docker container image "ixdotai/smtp:latest", but that one has no way to configure authentication and just relays messages via plain smtp. I'd like to have TLS working towards the client as well but for now I'm trying to get this working as plainly as possible and it's not.
Hi,
I'm interested in this project, but I've tried it in a docker container and can't get it to work, I'm definitely doing something wrong.
Basically what I want to do is my smtp.gmail.com as smtp server by having an internal smtp relay with username and password that relays emails to the gmail smtp.
I have already this working with docker container image "ixdotai/smtp:latest", but that one has no way to configure authentication and just relays messages via plain smtp. I'd like to have TLS working towards the client as well but for now I'm trying to get this working as plainly as possible and it's not.
Thanks for your help
Here is what I've been testing with:
I also have a credentials.json file that the container can see as it stops complaining about credentials.json not being found
and I similarly I also have config.json
when I try to send an email with swaks I can see the connection is refused:
When I start the container I can see in the logs the following:
which makes me think it's not starting on port 2525 as it should.
The text was updated successfully, but these errors were encountered: