<?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";
info at phpclasses dot org