Pledge Log: Capture email events.

This commit is contained in:
Ian Dunn 2019-10-31 20:39:57 -05:00
parent 97daa42308
commit 87eb8ec43a
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
4 changed files with 46 additions and 5 deletions

View file

@ -209,7 +209,8 @@ function send_pledge_confirmation_email( $pledge_id, $action_page_id ) {
return Email\send_email(
$pledge->{'5ftf_org-pledge-email'},
'Please confirm your email address',
$message
$message,
$pledge_id
);
}