I’ve read the PHP documentation, but it fails to give any practical examples. I’m using some open source code, and it contains this email function. I’m trying to understand why these ob_XXX() functions are here and what they do (because I need to use PHPMailer instead of mail()). When I print the return value before the return, it’s always empty.