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"; ```
pm-webapp-utils/src/main/java/com/premiumminds/webapp/utils/mailer/AbstractMailer.java
Line 48 in 22f4068
This seems to be a copy paste bug and should be changed to