I’m trying to follow these directions as I type them directly into the digi ocean console…it should be pretty straight forward, but I just can’t seem to get anywhere with them. Is there a command line that should start this of i.e sudo…?
Directions: To configure SMTP settings using and external SMTP server, you have to add the lines indicated below to you installdir/apps/discourse/htdocs/config/discourse.conf, for instance, after the line:
The required lines to configure SMTP are the following:
smtp_address = “SMTP_HOSTNAME”
smtp_port = SMTP_PORT
smtp_domain = example.com
smtp_user_name = ‘SMTP_USER’
smtp_password = ‘SMTP_PASSWORD’
smtp_enable_start_tls = true