You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got into testing out the email sending, and found that the reply-to email configuration is always set to "[email protected]". Found the hard coded line in the source code:
Got into testing out the email sending, and found that the
reply-to
email configuration is always set to "[email protected]". 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 = "[email protected]"
The text was updated successfully, but these errors were encountered: