Hello,

On 07/07/2004 08:04 AM, Curlys wrote:
can some body help me to send an email attachment ( a log file ) from php ?
Actaually i need a real guide ............plz

You need to compose a multipart/mixed message with a text part that is your message and the attached part with is your file.


You may want to try this class that simplifies composing complex messages. It also comes with examples and extensive documentation that explain how compose the messages properly without much work.

http://www.phpclasses.org/mimemessage


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to