Snippets

Keith Crain Used to test if php mail function is working

Created by Keith Crain last modified
1
2
3
4
// update recipient email to test.
<?php
    mail ('recipient@email.com', "Test Postfix", "Test mail from postfix");
    echo "go check mail";

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.