Skip to content
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

Missing a way to setup SMTP server #52

Open
lauer opened this issue Jun 7, 2022 · 5 comments
Open

Missing a way to setup SMTP server #52

lauer opened this issue Jun 7, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@lauer
Copy link

lauer commented Jun 7, 2022

specially the case, when running in docker environment.

I don't know much about django, but maybe this helps
https://stackoverflow.com/questions/71719062/send-mail-smtp-from-docker-compose-django-nginx-gunicorn

@101t
Copy link
Owner

101t commented Jun 7, 2022

Hello @lauer
I already implemented the SMTP Outgoing Server configuration when you navigate to:

http://<your_domain_or_ip_address>/admin/core/emailserver/

It will be used for:

  • monitor the internal services of jasmin
  • reset password
  • email verification

still in progress and development. once finished I will reply to you.

Best wishes,

@lauer
Copy link
Author

lauer commented Jun 7, 2022

Ohh, great, would it be possible to accept an internal smtp server that does not require asmtp?

@101t
Copy link
Owner

101t commented Jun 7, 2022

there will not be SMTP server internal :), simply I provide email sending notification to handle the down services, and resolve email and password for user. other related suggestion could be added

@lauer
Copy link
Author

lauer commented Jun 9, 2022

Sorry, My message could be misunderstood. We already have an internal SMTP server at our local network, which does not require authentication, but whitelist on local network connections.
The current implementation requires me to set up a username and password for the authentication to the smtp server.

@101t
Copy link
Owner

101t commented Jun 9, 2022

Hi @lauer , now I understand your situation, however I will add the required parameters to enable internal smtp connection.

@101t 101t added the enhancement New feature or request label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants