"; $subject= "$firstname thinks you should check out the " .$settings['WEBSITE_NAME'] . " website."; $body = "\n"; $body .= "You have received this message because $fullname is checking out the " .$settings['WEBSITE_NAME'] . " website and thinks you might like it too.\n\n"; $body .= WEBSITE_URL . "\n\n"; $body .= "\n"; $body .= "Thanks,\n" . $settings['WEBSITE_NAME'] . "\n"; $messages[] = send_mail($email, $subject, $body, $from) ? "Your message has been sent!" : "The system could not deliver a message."; } else { $messages[] = "The address `$email` does not appear to be valid."; } break; } ?>