So I have an email script which sends a welcome email along with activation link after a user creates an account. However, the registration process works fine but no email get's sent. The script is:
function sendWelcome($user, $actkey, $email){
$from = "From: ".EMAIL_FROM_NAME."...