Thiago Laubstein

Results 5 comments of Thiago Laubstein

@granella @ramonpsilva caso não tenham caminhado com isso, [disponibilizei um gist](https://gist.github.com/laubstein/68f3c2d5632ddbb95b001bab6437080f) com exemplo de um provider baseado na truststore.

I will try to fix all points and them submit a new commit. :+1:

@rmetcalf9 @jjethwa I was trying to run the container behind a reverse proxy with context (`http://myserver/rundeck`) when found this thread. Everything worked fine with the following configuration: ``` docker run...

This week I needed to update a server and I came across this problem. It appears during the upgrade from version `5.2.0` to `5.3.0+` because Rundeck updated Grails from version...

@abilican I was able to bypass this issue using `SendEnvelopeFrom` instead of `Send` ```go email.SendEnvelopeFrom(mailerConfig.ReturnPath, client) ```