Uses of Class
org.compiere.util.EMail
-
Packages that use EMail Package Description org.compiere.model Provides for.... -
-
Uses of EMail in org.compiere.model
Methods in org.compiere.model that return EMail Modifier and Type Method Description EMail
MClient. createEMail(String to, String subject, String message)
Create EMail from Request UserEMail
MClient. createEMail(String to, String subject, String message, boolean html)
Create EMail from Request UserEMail
MClient. createEMail(MUser from, String to, String subject, String message)
Create EMail from UserEMail
MClient. createEMail(MUser from, String to, String subject, String message, boolean html)
Create EMail from UserEMail
MClient. createEMail(MUser from, MUser to, String subject, String message)
Create EMail from UserEMail
MClient. createEMail(MUser from, MUser to, String subject, String message, boolean html)
Create EMail from UserEMail
MClient. 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 EMail Modifier and Type Method Description MAssetDelivery
MAsset. confirmDelivery(EMail email, int ad_User_ID)
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 EMail Constructor Description MAssetDelivery(MAsset asset, EMail email, int AD_User_ID)
Create Asset Delivery for EMailMUserMail(Properties ctx, EMail mail)
MUserMail(MMailText parent, int AD_User_ID, EMail mail)
User MailMUserMail(PO po, int AD_User_ID, EMail mail)
New User Mail (no trx)
-