Uses of Class
org.compiere.model.MSMTP
-
Packages that use MSMTP Package Description org.compiere.model Provides for.... -
-
Uses of MSMTP in org.compiere.model
Methods in org.compiere.model that return MSMTP Modifier and Type Method Description static MSMTP
MSMTP. get(Properties ctx, int clientID, String from)
Search a SMTP server for the sender (1st try with the full address, 2nd try with domain only)static MSMTP
MSMTP. get(Properties ctx, int clientID, String from, String trxName)
Search a SMTP server for the sender (1st try with the full address, 2nd try with domain only)MSMTP
MSMTP. markImmutable()
Constructors in org.compiere.model with parameters of type MSMTP Constructor Description MSMTP(Properties ctx, MSMTP copy)
MSMTP(Properties ctx, MSMTP copy, String trxName)
-