Hello,

on 07/18/2007 10:56 AM Rosen said the following:
> Hi,
> Is there a way to create e-mail with PHP and save it to .eml file
> (without sending)?

You can use the GetMessage function of this class. It can compose
messages like you want, and then it can return the composed message in
.eml format as a text string.

http://www.phpclasses.org/mimemessage


-- 

Regards,
Manuel Lemos

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

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

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

Reply via email to