PHP Classes

File: usage.php

Recommend this page to a friend!
  Classes of lattuada   Attach Mailer   ???   Download  
File: ???
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: 15 years ago
Size: 230 bytes
 

Contents

Class file image Download
<?php $mailer = new AttachMailer("[email protected]", "[email protected]", "mail sender class", "hello <b>content</b>"); $mailer->attachFile("a.pdf"); $mailer->attachFile("a.pdf"); $mailer->send() ? "envoye": "probleme envoi";