export interface SPFResultVO { noreplyDomainAddress: string; result: boolean; resultMessage: string; }