cytomine/Cytomine-bootstrap

Hard coded reply-to email cannot be set

AustinGil opened this issue · 0 comments

Got into testing out the email sending, and found that the reply-to email configuration is always set to "noreply@cytomine.org". Found the hard coded line in the source code:

https://github.com/cytomine/Cytomine-core/blob/4b2a72ee337f1f6edcc8cda73ed6410b6d313a97/grails-app/services/be/cytomine/utils/CytomineMailService.groovy#L61

Is this something that is meant to be configuratble?

I also noticed the following line, but not sure if it's being used:
static final String NO_REPLY_EMAIL = "no-reply@cytomine.org"