Invite a new user to sign up to the site via email
Note this requires the following BuddyPress settings to be enabled:
- Notifications
- Allow registered members to invite people to join this network
if ( bp_members_invitations_invite_user(array('invitee_email' => $EmailAddress, 'content' => 'This is an optioanl message to add to the email sent', 'send_invite' => True)) )
$ShowMessage = "An invitation email has been sent.";
else
$ShowMessage = "An error coccured.";
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.