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

io.rocketbase.commons.service.email.EmailSender Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package io.rocketbase.commons.service.email;

public interface EmailSender {

    void sentEmail(EmailAddress to, String subject, String html, String text, EmailAddress from);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy