Database - Mail House (mail_house_entity)
Description
The mail-house tool lets you send mailers from LoanPro Software to your customers.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID or identifier of the mail house entity. | |
custom_form_id | int(1) | The ID of the custom form | |
from_name | varchar(255) | The from name | |
from_street | varchar(255) | The from street address | |
from_city | varchar(255) | The from city | |
from_state | varchar(255) | The from state | |
from_zipcode | varchar(255) | The from zipcode | |
is_primary_address | tinyint(1) | If the address is the primary address | |
created | datetime | Specifies when the mail house entity was created. | |
lastUpdated | timestamp | Specifies when the mail house entity was last updated. | |
deleted | tinyint(1) | Determines if the mail house entity is deleted or not. |