![JAR search and dependency download from the Maven repository](/logo.png)
net.redpipe.engine.mail.Mailer Maven / Gradle / Ivy
package net.redpipe.engine.mail;
import io.reactivex.Completable;
public interface Mailer {
Completable send(Mail email);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package net.redpipe.engine.mail;
import io.reactivex.Completable;
public interface Mailer {
Completable send(Mail email);
}