Interface JourneyEmailMessage.Builder

  • Method Details

    • fromAddress

      JourneyEmailMessage.Builder fromAddress(String fromAddress)

      The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.

      Parameters:
      fromAddress - The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.