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

fr.sii.ogham.email.SendGridConstants Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package fr.sii.ogham.email;

public final class SendGridConstants {
	/**
	 * The configurer has a priority of 30000 in order to be applied after
	 * templating configurers and JavaMail configurer.
	 */
	public static final int DEFAULT_SENDGRID_CONFIGURER_PRIORITY = 30000;

	private SendGridConstants() {
		super();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy