Login   Register  
PHP Classes
elePHPant
Icontem

File: example/example3.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-12-06 08:14
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();