PHP Classes

File: example/example3.php

Recommend this page to a friend!
  Classes of Vedanta Barooah   Auto-Responder   example/example3.php   Download  
File: example/example3.php
Role: Example script
Content type: text/plain
Description: Example
Class: Auto-Responder
Mail Autoresponder Class
Author: By
Last change:
Date: 20 years ago
Size: 239 bytes
 

Contents

Class file image Download
include("../autoresponse.class.php");
$respond=new autoresponse('vedanta@exampledomain.com','elephant','vedanta@exampledomain.com','mail.exampledomain.com');
$respond->connect();
$respond->send('url','html');
$respond->close_mailbox();