- Download and run Discourse Bitnami Stack VM
- Follow Bitnami Config Docs
1
2
3
4
5
6
7smtp_address = "smtp.gmail.com"
smtp_port = 587
smtp_domain = example.com
smtp_user_name = 'USERNAME@gmail.com'
smtp_password = 'PASSWORD'
smtp_enable_start_tls = true
smtp_authentication = login - Make sure Discourse’s notification email setting is same as smtp_user_name, otherwise:
1 | 554 5.2.0 STOREDRV.Submission.Exception:SendAsDeniedException.MapiExceptionSendAsDenied; |
That’s it.
Reference from: