As far as I know, the bitnami instance does not ship with an SMTP server. edX uses Amazon SES for our email purposes, so I don't think you'll find edX-made automation for setting up an SMTP server. If you're using google cloud, there might be a django plugin that fits the same API and uses their email service, but you'd have to look. There is also a postfix-queue <https://github.com/edx/configuration/tree/master/playbooks/roles/postfix_queue> role in the configuration repo for forwarding to an external SMTP server, but you should read through it and make sure it'll play nicely on your system.
Max Rothman DevOps Engineer, edX On Thursday, December 8, 2016 at 8:10:49 PM UTC-5, Michael Fackerell wrote: > > On my google cloud bitnami installation I added a site using django admin. > Then I had to register as a course creator. It says it sent an email to my > email but this never arrived. Maybe the smtp server is not set up right? > How can I get this working so I can host a domain and create courses with a > user? > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/87ebfbdf-50e6-46de-9b5e-499d63006c1e%40googlegroups.com.
