Manual Chapter :
About the Email action
Applies To:
Show Versions
BIG-IP APM
- 15.1.8, 15.1.7, 15.1.6, 15.1.5, 15.1.4, 15.1.3, 15.1.2, 15.1.1, 15.1.0
About the Email action
An Email action can send email. An Email action provides these configuration options and elements:
- SMTP Configuration
- Specifies an SMTP configuration on the BIG-IP system.
- From
- Specifies the sender which can be a string or a session variable name or both. For example:APM@vs-%{session.server.network.name}
- To
- Specifies the recipient. This can be a fully qualified email address or a session variable name; for example:%{session.ad.last.attr.mail}
- CC
- Specifies recipients to be copied on the mail. This can be fully qualified email addresses or session variable names.
- Subject
- Specifies the subject of the email message. This can be a string, a session variable name, or a combination of strings and session variable names.
- Message
- Specifies the message to send. This can be a string, a session variable name, or a combination of strings and session variable names.