Interface DMARCMessageHandler.FromDomainCallback

Enclosing class:
DMARCMessageHandler

public static interface DMARCMessageHandler.FromDomainCallback
Callback interface for receiving the From domain.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the From domain is extracted from the message.
  • Method Details

    • onFromDomain

      void onFromDomain(String domain)
      Called when the From domain is extracted from the message.
      Parameters:
      domain - the domain part of the first From address