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
When sending an Email fails. e.g. due to issues with the credentials, a callback(err) is invoced instead of a correct callback(err, 500). Additionally it seems like err.message is not set by the transport library, instead an additional info object is provided.
When sending an Email fails. e.g. due to issues with the credentials, a
callback(err)
is invoced instead of a correctcallback(err, 500)
. Additionally it seems like err.message is not set by the transport library, instead an additionalinfo
object is provided.Ethics-app/controllers/documents/post.js
Line 238 in de7f31e
This issue can happen because depending on the SMTP configuration, the verify function
Ethics-app/server.js
Line 61 in de7f31e
The text was updated successfully, but these errors were encountered: