What it does: Sends a simple email using mail() to confirm outbound mail is configured.
mail()
<?php $to = 'email@example.com'; mail($to,'Test','Hello'); ?>
Open script →
Open mail test →
Live preview runs /scripts/mailtest.php.
/scripts/mailtest.php
← Back home