Uses of Class
org.compiere.util.EMail
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of EMail in org.compiere.model
Modifier and TypeMethodDescriptionMClient.createEMail
(String to, String subject, String message) Create EMail from Request UserMClient.createEMail
(String to, String subject, String message, boolean html) Create EMail from Request UserMClient.createEMail
(MUser from, String to, String subject, String message) Create EMail from UserMClient.createEMail
(MUser from, String to, String subject, String message, boolean html) Create EMail from UserMClient.createEMail
(MUser from, MUser to, String subject, String message) Create EMail from UserMClient.createEMail
(MUser from, MUser to, String subject, String message, boolean html) Create EMail from UserMClient.createEMailFrom
(String from, String to, String subject, String message, boolean html) Create EMail with a specific from addressModifier and TypeMethodDescriptionMAsset.confirmDelivery
(EMail email, int ad_User_ID) Methods below have been created for compilation of org.compiere.process.AssetDelivery and it is not working in any meaningful way.boolean
MClient.sendEmailNow
(MUser from, MUser to, EMail email) Send Email Nowvoid
MUserMail.setSenderAndRecipient
(EMail mail) Fill sender and recipients fieldsModifierConstructorDescriptionMAssetDelivery
(MAsset asset, EMail email, int AD_User_ID) Create Asset Delivery for EMailMUserMail
(Properties ctx, EMail mail) New user mail recordUser MailNew User Mail record (not using trx from po)