I am planning on running ntfy on my server. Since I don't want anyone except me and my friends to use it, I will set auth-default-access = deny-all and all users will have passwords. Additionally I have configured local emails and would like to send emails without requiring an authentication token, since all emails are coming from the server itself and it requires me to manually reconfigure the emails for all services.
I would be willing to try creating an implementation. I think it would suffice to add an option accept-unauthorized-emails that selects this behavior. I am not sure, but it might be a good idea to only allow activating this when smtp-server-listen = :25.
:bulb: Idea
I am planning on running
ntfy
on my server. Since I don't want anyone except me and my friends to use it, I will setauth-default-access = deny-all
and all users will have passwords. Additionally I have configured local emails and would like to send emails without requiring an authentication token, since all emails are coming from the server itself and it requires me to manually reconfigure the emails for all services.I would be willing to try creating an implementation. I think it would suffice to add an option
accept-unauthorized-emails
that selects this behavior. I am not sure, but it might be a good idea to only allow activating this whensmtp-server-listen = :25
.:computer: Target components