-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending an email using Basic SMTP server #1
Comments
@qlands Can you check whether the IP address you are trying to send the email from is whitelisted according to |
What should be the |
@gonzalodiaz If your ranges are not listed, you need to add your docker ip ranges via |
I tried setting RELAY_NETS to I tried getting a shell inside the container, |
@coreyog Did you try netcat from another docker container in the same docker-compose.yml? (I'm assuming you're using docker-compose with multiple containers of which the smtp one is one of them). If you have a different setup, please share it. |
use ports: |
I'm running the Basic SMTP server and trying to send an email using Python + SMTPLib but I always get "Connection refused" Do you have any examples on how to send an email with the Basic SMTP server?
The text was updated successfully, but these errors were encountered: