premium-minds / pm-webapp-utils

A library with utils for Java servlet containers
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Wrong HOST property key #86

Open froque opened 1 year ago

froque commented 1 year ago

https://github.com/premium-minds/pm-webapp-utils/blob/22f40681e00da020508daaa9739d28e67e8aef0e/src/main/java/com/premiumminds/webapp/utils/mailer/AbstractMailer.java#L48

This seems to be a copy paste bug and should be changed to

public static final String HOST = NAMESPACE + ".host";