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

kz.greetgo.email.from_spring.MailSender Maven / Gradle / Ivy

The newest version!
package kz.greetgo.email.from_spring;

public interface MailSender {

  void send(SimpleMailMessage simpleMessage) throws MailException;

  void send(SimpleMailMessage[] simpleMessages) throws MailException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy