Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data EmailSettings Source #
The configuration for the email sent when an app user forgets their password.
See: newEmailSettings
smart constructor.
EmailSettings' | |
|
Instances
newEmailSettings :: EmailSettings Source #
Create a value of EmailSettings
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:emailMessage:EmailSettings'
, emailSettings_emailMessage
- The contents of the email message.
$sel:emailSubject:EmailSettings'
, emailSettings_emailSubject
- The contents of the subject line of the email message.
emailSettings_emailMessage :: Lens' EmailSettings (Maybe Text) Source #
The contents of the email message.
emailSettings_emailSubject :: Lens' EmailSettings (Maybe Text) Source #
The contents of the subject line of the email message.