<?php
require_once INCLUDES."sendmail_include.php";
$toname = "Mr_Bbbb";
$toemail = "blabla@gmail.com";
$fromname = "Meee";
$fromemail = "blabla@gmail.com";
$subject = "My Subject";
$message = "Line 1\nLine 2\nLine 3. Test PHPFusion sendemail";
// Send
sendemail($toname,$toemail,$fromname,$fromemail,$subject,$message, 'plain', '', '');
echo "Sent";
?>
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions