In the attached file, BL_user_LifeList_Edit_Form.php, in the section of code from 79 to 117, is the Mail code in the correct place and is the Message line syntax correct?
In the attached file, BL_user_LifeList_Edit_Form.php, in the section of code from 79 to 117, is the Mail code in the correct place and is the Message line syntax correct?
Maybe you attached the wrong file. I don't see any mail code on those lines.
Whoops!
Here is the correct file. Between lines 131-135 and 149-153.
Frank
You would have to move this:
$ExecuteQuery->redirect($ExecuteGoTo);
Below the email code... it would redirect before the email could be sent currently.
That worked, but the message arrives blank.
Is this code correct?
$message = "".$_SESSION['member_name']."" & ' has updated their birdlist numbers';
Frank
& should be .
Like:
$message = "".$_SESSION['member_name']."" . ' has updated their birdlist numbers';
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.