Changes between Version 1 and Version 2 of Ticket #8138
- Timestamp:
- 10/01/2019 07:35:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8138 – Description
v1 v2 1 Since [10479], we are using the BP Email API for our notifications / confirmations. To send an email we use the `bp_send_email( $email_type, $email_or_user_id, $tokens )` function. When using a user ID as the second parameter, the API will look the user's current email.1 Since [10479], we are using the BP Email API for our notifications / confirmations. To send an email we use the `bp_send_email( $email_type, $email_or_user_id, $tokens )` function. When using a user ID as the second parameter, the API will look for the user's current email. 2 2 3 3 When changing the email from the front end, we shouldn't use a user ID like it's the case since [10479], instead we should use the new email.