PHP Classes

File: usage.php

Recommend this page to a friend!
  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: 14 years ago
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";