Login   Register  
PHP Classes
elePHPant
Icontem

File: usage.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of lattuada  >  Attach Mailer  >  usage.php  >  Download  
File: usage.php
Role: Documentation
Content type: text/plain
Description: show how to use
Class: Attach Mailer
Send email message with an attached PDF file
Author: By
Last change:
Date: 2009-10-05 01:17
Size: 230 bytes
 

Contents

Class file image Download
<?php
$mailer = new AttachMailer("nicolas@icare-net.com", "nico@k-wi.com", "mail sender class", "hello <b>content</b>");
$mailer->attachFile("a.pdf");
$mailer->attachFile("a.pdf");
$mailer->send() ? "envoye": "probleme envoi";