summaryrefslogtreecommitdiffstats
path: root/mail_test.php
blob: 8d771661aa3245b0a95cdd109a3e08908d1638be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Created by PhpStorm.
 * User: kyle
 * Date: 4/10/14
 * Time: 10:22 AM
 */

error_reporting(E_ALL);

if (mail('root@localhost', 'this is a subject', 'this is a 1 line message'))
    print 'mail successfully sent';