has anyone ever set up their open project email that the program comes with? Open Project is an open source program. I was just curious, lets say I set up my email settings, how do I test it to make sure it works? I am not sure what to be looking for.
Best
Mike
Which version of OpenProject do you use? (I recommend to use the new version 3).
If you are on OpenProject 3, have a look at
config/configuration.yml
anddoc/CONFIGURATION.md
.There you see a lot of email related options (especially the SMTP options might be useful for you). To enable these options, copy
config/configuration.yml.example
toconfig/configuration.yml
and make your changes around line 103:(If you choose to provide environment variables instead (as described in CONFIGURATION.md) you don't need to copy the
configuration.yml
)With these settings, your OpenProject installation should be able to send mails. If you are logged in as an administrator, you should visit the
https://<your OpenProject instance>/settings?tab=notifications
page. There are some useful settings and (at the bottom of the page) a 'send test mail' link.You might find further help in the OpenProject forums - especially at this topic.