phpbar.de logo

Mailinglisten-Archive

[php] Problem mit Mime-Mail-Klasse (Attachments) --> DRINGEND!!!

[php] Problem mit Mime-Mail-Klasse (Attachments) --> DRINGEND!!!

Christoph Schick php_(at)_phpcenter.de
Fri, 27 Apr 2001 09:35:18 GMT


Hmmm, die Zeile 11? Glaubt mir, die ist sehr aussagekräftig *gg

<?
/*
 *  Class mime_mail
 *  Original implementation by Sascha Schumann <sascha_(at)_schumann.cx>
 *  Modified by Tobias Ratschiller <tobias_(at)_dnet.it>:
 *      - General code clean-up
 *      - separate body- and from-property
 *      - killed some mostly un-necessary stuff
 */
class mime_mail
 {         // <-- DAS IST ZEILE 11
 var $parts;
 var $to;
 var $from;
 var $headers;
 var $subject;
 var $body;


php::bar PHP Wiki   -   Listenarchive