Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data JourneyEmailMessage Source #
Specifies the "From" address for an email message that's sent to participants in a journey.
See: newJourneyEmailMessage
smart constructor.
JourneyEmailMessage' | |
|
Instances
newJourneyEmailMessage :: JourneyEmailMessage Source #
Create a value of JourneyEmailMessage
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:fromAddress:JourneyEmailMessage'
, journeyEmailMessage_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.
journeyEmailMessage_fromAddress :: Lens' JourneyEmailMessage (Maybe Text) Source #
The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.