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

org.kantega.respiro.mail.MailSenderCustomizer Maven / Gradle / Ivy

There is a newer version: 2.28
Show newest version
package org.kantega.respiro.mail;

import org.kantega.respiro.api.mail.MailSender;

public interface MailSenderCustomizer {

    MailSender wrapMailSender(MailSender mailSender);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy