<?php spl_autoload("loadsmtp"); $ishtml=true; $reply_to="gourab.singha@gmail.com"; $reply_name="Gourab Singha"; $from_name="Gourab Singha"; $subject="This Is Subject"; $resipent_address="gourab103111@gmail.com"; $htmlcontent="<b>This Is test Message</b>"; send_mail(); ?>