Updated Date: 07/07/2026
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.