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 EMailMClient. createEMail(String to, String subject, String message)Create EMail from Request UserEMailMClient. createEMail(String to, String subject, String message, boolean html)Create EMail from Request UserEMailMClient. createEMail(MUser from, String to, String subject, String message)Create EMail from UserEMailMClient. createEMail(MUser from, String to, String subject, String message, boolean html)Create EMail from UserEMailMClient. createEMail(MUser from, MUser to, String subject, String message)Create EMail from UserEMailMClient. createEMail(MUser from, MUser to, String subject, String message, boolean html)Create EMail from UserEMailMClient. 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 MAssetDeliveryMAsset. confirmDelivery(EMail email, int ad_User_ID)booleanMClient. sendEmailNow(MUser from, MUser to, EMail email)Send Email NowvoidMUserMail. 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)
-