Dominique Fournier 23516c7b57 * mail : the mail creator. Allow to create complete mails easily
$mail = new mail ();
    $mail->setFrom ("sender@example.com","Sender Example Com");
    $mail->addTo ("recipient1@example.com","Recipient1 Example Com");
    $mail->addTo ("recipient2@example.com","Recipient2 Example Com");
    $mail->setBodyText ("Content of TextBody part");
    $mail->addAttachment ("file0.text", "File content");
    $contentID1 = $mail->addAttachmentInline ("file2.jpg", "qcqscqs");
    $mail->setBodyHTML ("<p>Content of HTMLBody part with inline
                         <img src='cid:$contentID1'></p>");
    echo $mail->getMail ();



git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2709 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2016-04-29 14:47:12 +00:00
2016-03-08 09:29:57 +00:00
2015-09-25 09:40:10 +00:00
2016-04-26 12:34:12 +00:00
2016-03-14 10:49:41 +00:00
2015-10-21 12:49:10 +00:00
2016-04-22 11:30:17 +00:00
2016-02-21 19:21:29 +00:00
2016-02-29 13:42:27 +00:00
2016-03-14 10:48:53 +00:00
2016-04-26 13:01:11 +00:00
2015-03-26 10:35:06 +00:00
2016-02-21 19:21:29 +00:00
2016-02-21 19:21:29 +00:00
2016-02-21 19:21:29 +00:00
2016-02-21 19:21:29 +00:00
2016-02-21 19:21:29 +00:00
2014-06-16 13:50:53 +00:00
2016-02-23 13:56:27 +00:00
Description
DomFramework is a small PHP Framework. Database abstraction, authentication methods, routing, sessions are the keywords
https://domframework.fournier38.fr
5.1 MiB
Languages
PHP 100%