I have enabled user verification. When a new user signs up it sends out the verification email but their is no message body. This is the same case with the uploaded video notifications.

I have checked that php, postfix is able to send email correctly with a quick script;

<?php
mail('[email protected], 'test', 'test massage')
?>

This works fine