Uses of Class
org.compiere.util.EMail
Packages that use 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
Methods in org.compiere.model that return EMailModifier 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 addressMethods in org.compiere.model with parameters of type EMailModifier 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 fieldsConstructors in org.compiere.model with parameters of type EMailModifierConstructorDescriptionMAssetDelivery
(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)