Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sysadmin to configure OpenBoxes to use external mail services like Mandrill #52

Closed
jmiranda opened this issue Apr 7, 2015 · 0 comments
Assignees
Milestone

Comments

@jmiranda
Copy link
Member

jmiranda commented Apr 7, 2015

For some reason this is not currently possible. With this change, you should be able to configure the system to send both notification emails as well as error reports using any external service (e.g. Mandrill, Gmail, etc).

Add the following to your .grails/openboxes-config.properties if you want to send notification emails to your admins/users :

grails.mail.host=smtp.mandrillapp.com
grails.mail.port=587
[email protected]
grails.mail.password=password
[email protected]

Add the following to your .grails/openboxes-config.properties, if you want to send error reports to OpenBoxes.

mail.error.debug=true
mail.error.server=smtp.mandrillapp.com
mail.error.port=587
[email protected]
mail.error.password=password
[email protected]
@jmiranda jmiranda added this to the 0.6.9 milestone May 19, 2015
@jmiranda jmiranda self-assigned this May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant