getToken()"; $header= "Hello! You have submited a poster to wonderWOL knowledge sharing service." ."If it was not you, please ignore this email, or contac wonderWOL admin at po27@hw.ac.uk" ."Details of your poster"; $title = "wonderWOL: Confirmation of changes/submition of poster ".$slideData->getSlideName(); $content= "Project name: ".$slideData->getSlideName().", Project Description: ".$slideData->getSlideDescr(). ", Project Url: ".$slideData->getSlideURL().", submited by user: ".$slideData->getAuthor(); $tokenLink = "If you agree to submit this poster "."accourding to wonderWOL terms and conditions" ." click the following link or copy it to browser address bar: " .$tokenLinkURL; $success = Emailer::SendEmail($slideData->getAuthor()."@hw.ac.uk",title,header+content+tokenLink); } echo "".$success.""; } } ?>