Class MSMTP

    • Constructor Detail

      • MSMTP

        public MSMTP​(Properties ctx,
                     int X_AD_SMTP_ID,
                     String trxName)
        SMTP constructor
        Parameters:
        ctx - context
        X_AD_SMTP_ID - ID
        trxName - transaction
      • MSMTP

        public MSMTP​(Properties ctx,
                     ResultSet rs,
                     String trxName)
        SMTP constructor
        Parameters:
        ctx - context
        rs - ResultSet
        trxName - transaction
      • MSMTP

        public MSMTP​(Properties ctx,
                     MSMTP copy)
        Parameters:
        ctx -
        copy -
      • MSMTP

        public MSMTP​(Properties ctx,
                     MSMTP copy,
                     String trxName)
        Parameters:
        ctx -
        copy -
        trxName -
    • Method Detail

      • get

        public static 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)
      • get

        public static 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)