Hard coded reply-to email cannot be set
AustinGil opened this issue · 0 comments
AustinGil commented
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:
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"