jasmin-web-panel
jasmin-web-panel copied to clipboard
Missing a way to setup SMTP server
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
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,
Ohh, great, would it be possible to accept an internal smtp server that does not require asmtp?
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
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.
Hi @lauer , now I understand your situation, however I will add the required parameters to enable internal smtp connection.