Office 365 SMTP Settings
athornfam2 opened this issue · 1 comments
athornfam2 commented
I'm having some trouble adding either SMTP relay or a licensed user to the SMTP settings. First off, I don't have an environment.yml file to edit but I have an example.environment.yml file.
I've also modified smtp.rb with no success either
For both SMTP changes I've restarted the procodile too.
When I perform a foreman start under the Staytus directory it says that SMTP hasn't been configured.
Josh-Sul commented
You must create your own environment.yml file and edit the settings in there.
Type cp example.environment.yml environment.yml
and then nano environment.yml
to edit it and place the settings within that file.
Let me know if you get stuck.