do_action( 'sensei_email_sent', $email_name, $recipient, $replacement )
Fires after wp_mail() sends a Sensei email to a recipient, so listeners
can react to real sends rather than suppressed or failed attempts.
Parameters:
| Name | Type | Description |
|---|---|---|
$email_name |
string | The email identifier (e.g. 'course_welcome'). |
$recipient |
string | The recipient email address. |
$replacement |
array | The per-recipient replacement values. |
- Since:
- $$next-version$$
- Source: