fr.sii.ogham.email.SendGridConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ogham-email-sendgrid Show documentation
Show all versions of ogham-email-sendgrid Show documentation
SendGrid implementation for Ogham
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