jasmin-web-panel icon indicating copy to clipboard operation
jasmin-web-panel copied to clipboard

Missing a way to setup SMTP server

Open lauer opened this issue 2 years ago • 5 comments

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

lauer avatar Jun 07 '22 08:06 lauer

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,

101t avatar Jun 07 '22 09:06 101t

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

lauer avatar Jun 07 '22 11:06 lauer

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

101t avatar Jun 07 '22 13:06 101t

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.

lauer avatar Jun 09 '22 10:06 lauer

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

101t avatar Jun 09 '22 14:06 101t