mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-23 18:41:42 -05:00
[GH-ISSUE #437] Editing SMTP from Pangolin GUI #1450
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmull on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/437
It would be awesome to configure the smtp server settings from the web gui.
I have tried to edit the config.yml file located in the config folder and there is no security options for this and I have not had any luck.
I have also searched all over the documents and not able to find anything about the smtp settings, only when installing, and even then there is no settings for security, whether using ssl or tls.
I do love this project a lot!
Thanks in advance!
@miloschwartz commented on GitHub (Mar 31, 2025):
Hope to one day integrate it into the UI under the server admin panel we recently introduced. For info about how to add to the config file, see the emails section: https://docs.fossorial.io/Pangolin/Configuration/config#email-optional
@dmull commented on GitHub (Mar 31, 2025):
I was able to use this guide that you linked and was able to get it to work.
@miloschwartz commented on GitHub (Mar 31, 2025):
Nice!