How about setting mail.from.enabled as false by default?
Closed this issue · 1 comments
douglascrp commented
This is a property I always have to set as false because just a few servers allow sending emails without authentication (I am talking about the reality I see in the deploys I execute)
From the documentation, this is what the parameter means:
mail.from.enabled
If this property is set to false, then the value set in mail.from.default is always used. If this property is set to true, then the from field may be changed. This property may be required if your email server security settings insist on matching the from field with the authentication details.
What do you think?
douglascrp commented
@loftux Have you considered this idea?
Right now, I am facing the same issue, that is having to set this property.
I think we could close this one if you do not think it makes no sense for the project.