PHP Classes

File: example

Recommend this page to a friend!
  Classes of Gourab Singha   Send mail from any SMTP server   example   Download  
File: example
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: 14 years ago
Size: 287 bytes
 

Contents

Class file image Download
<?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();



?>