Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 10 of 10
<? phpinfo(); ?>C:\Sites\Single1 onniebrown\webroot\forum/library/Vanilla.Discussion.class.php<?php
// Turn on all error reporting
error_reporting(E_ALL);
// Try to send an email
if (mail("your_email@your_domain.com", "Test", "Test Message")) {
echo("Mail sent successfully.");
}
?> 1 to 10 of 10