Package de.aristaflow.adept2.model.mail
Class MailConstants
- java.lang.Object
-
- de.aristaflow.adept2.model.mail.MailConstants
-
public class MailConstants extends Object
Constants used for mails.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BOUNCE_ADDRESS
The key for the additional attribute for the bounce address.static String
USE_HTML
The key for the additional attribute whether the body should be sent as HTML message.
-
Constructor Summary
Constructors Constructor Description MailConstants()
-
-
-
Field Detail
-
USE_HTML
public static final String USE_HTML
The key for the additional attribute whether the body should be sent as HTML message.- See Also:
- Constant Field Values
-
BOUNCE_ADDRESS
public static final String BOUNCE_ADDRESS
The key for the additional attribute for the bounce address.- See Also:
- Constant Field Values
-
-