PHP Classes

File: example

Recommend this page to a friend!
  Classes of Gourab Singha   Send mail from any SMTP server   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Contain Example How to do
Class: Send mail from any SMTP server
Compose and send e-mail messages via SMTP
Author: By
Last change:
Date: 15 years ago
Size: 287 bytes
 

Contents

Class file image Download
<?php
spl_autoload
("loadsmtp");
$ishtml=true;
$reply_to="[email protected]";
$reply_name="Gourab Singha";
$from_name="Gourab Singha";
$subject="This Is Subject";
$resipent_address="[email protected]";
$htmlcontent="<b>This Is test Message</b>";
send_mail();



?>