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

com.blazebit.mail.MailSender Maven / Gradle / Ivy

/*
 * Copyright 2011 Blazebit
 */
package com.blazebit.mail;

/**
 * 
 * @author Christian Beikov
 * @since 0.1.2
 */
public interface MailSender {

	public void sendMail(final Mail email) throws MailException;

	public void sendMail(final Mail email, final MailTransport transport)
			throws MailException;

	// public void setDebug(boolean debug);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy