diff --git a/tests/email/email.php b/tests/email/email.php new file mode 100644 index 0000000..d8a9a8c --- /dev/null +++ b/tests/email/email.php @@ -0,0 +1,19 @@ +owl_fs_root/lib/email/Email.inc"); + //require_once("$default->owl_fs_root/phpmailer/class.smtp.php"); + require_once("$default->owl_fs_root/phpmailer/class.phpmailer.php"); + Email::sendHyperLink("ktdev@jamwarehouse.com", "KTDEV", "rob@jamwarehouse.com", "testing email", "We're testing the email
", "http://www.google.com"); +} + +?>