TheSpaghettiDetective / obico-server

Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.
https://obico.io
GNU Affero General Public License v3.0
1.48k stars 298 forks source link

[Feature] An SMTP server container so that the users don't have to deal with SMTP for their Gmail or Yahoo email #425

Open kennethjiang opened 3 years ago

kennethjiang commented 3 years ago

Emails server setup is still the sore point for private server, as many people have run into it.

It may not be technically possible, but if we can add a container to serve as an SMTP server, it'll probably relieve this pain for the majority of the users.

timur-tabi commented 2 years ago

This might not be possible. According to

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-18-04

you need a domain with a DNS entry, which is not something that Obico can set up.