<?php
include "inc.php";

$sendEmail  = new sendEmail;

 $sendEmail->send('Rajesh Bollam', 'ramesh@techintegraerp.com');
     
?>