All Downloads are FREE. Search and download functionalities are using the official Maven repository.

woko.ext.usermanagement.mail.MailTemplateAccountActivated Maven / Gradle / Ivy

There is a newer version: 2.4-beta7
Show newest version
package woko.ext.usermanagement.mail;

public class MailTemplateAccountActivated extends BaseMailTemplate {

    public static final String TEMPLATE_NAME = "accountActivated";

    public MailTemplateAccountActivated() {
        super("woko.ext.usermanagement.account.activated.email.subject","woko.ext.usermanagement.account.activated.email.content");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy